'update files with ansible'

This commit is contained in:
git 2023-10-30 14:51:23 +00:00
parent fb4fc60a4d
commit 10b2cb2ab7

View File

@ -7,7 +7,7 @@ replicaCount: 1
image: image:
repository: harbor.ervine.dev/public/x86_64/alpine/wetty repository: harbor.ervine.dev/public/x86_64/alpine/wetty
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: tag: 2.7.0
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
@ -54,7 +54,6 @@ resources:
# resources, such as Minikube. If you do want to specify resources, uncomment the following # resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits: limits:
cpu: 100m
memory: 128Mi memory: 128Mi
requests: requests:
cpu: 10m cpu: 10m
@ -71,7 +70,7 @@ configMapName: wetty-config
config: config:
wetty_base: "/" wetty_base: "/"
remote_ssh_auth: "publickey,password" remote_ssh_auth: "publickey,password"
remote_ssh_server: "perseus.ipa.champion" remote_ssh_server: "rockypi.ipa.champion"
remote_ssh_port: "22" remote_ssh_port: "22"
remote_ssh_user: "jonny" remote_ssh_user: "jonny"
pubkey: "" pubkey: ""