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:
parent
a7fb791132
commit
59f930dd25
4 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue