Merge branch 'master' of ssh://git.ervine.org/jonny/charts
This commit is contained in:
commit
1d6a056723
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.2.0
|
||||
version: 0.2.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
@ -7,7 +7,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: harbor.ervine.dev/public/x86_64/alpine/wetty
|
||||
pullPolicy: IfNotPresent
|
||||
tag:
|
||||
tag: 2.7.0
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@ -54,7 +54,6 @@ resources:
|
||||
# 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:'.
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
@ -71,7 +70,7 @@ configMapName: wetty-config
|
||||
config:
|
||||
wetty_base: "/"
|
||||
remote_ssh_auth: "publickey,password"
|
||||
remote_ssh_server: "perseus.ipa.champion"
|
||||
remote_ssh_server: "rockypi.ipa.champion"
|
||||
remote_ssh_port: "22"
|
||||
remote_ssh_user: "jonny"
|
||||
pubkey: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user