feat(chart) Add volumes to default-backend deployment

Update changelog and Chart.yml

Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
This commit is contained in:
Pierre Péronnet 2021-02-25 10:23:26 +01:00
parent a7fb791132
commit 59f930dd25
No known key found for this signature in database
GPG key ID: 510D15F164E4D14B
4 changed files with 22 additions and 2 deletions

View file

@ -677,6 +677,16 @@ defaultBackend:
# cpu: 10m
# memory: 20Mi
extraVolumeMounts: []
## Additional volumeMounts to the default backend container.
# - name: copy-portal-skins
# mountPath: /var/lib/lemonldap-ng/portal/skins
extraVolumes: []
## Additional volumes to the default backend pod.
# - name: copy-portal-skins
# emptyDir: {}
autoscaling:
enabled: false
minReplicas: 1