Fix values
This commit is contained in:
parent
41f826fc51
commit
5274e32034
2 changed files with 2 additions and 4 deletions
|
|
@ -29,6 +29,4 @@ redis:
|
||||||
size: "1Gi"
|
size: "1Gi"
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
persistence:
|
enabled: false
|
||||||
enabled: true
|
|
||||||
storageClass: "standard"
|
|
||||||
|
|
@ -50,7 +50,7 @@ consumer:
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image:
|
image:
|
||||||
repository: "ghcr.io/ApesHDF/plateformcoop-ebs-caddy" # CHANGE ME
|
repository: "ghcr.io/apes-hdf/plateformcoop-ebs-caddy" # CHANGE ME
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue