Add disabled persistence to traefik

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-28 19:36:49 +02:00
parent 4f6af8bb82
commit 184c09f0b7
2 changed files with 14 additions and 1 deletions
@@ -268,6 +268,19 @@ autoscaling:
# name: memory
# targetAverageUtilization: 60
# Enable persistence using Persistent Volume Claims
# ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
# After the pvc has been mounted, add the configs into traefik by using the `additionalArguments` list below, eg:
# additionalArguments:
# - "--certificatesresolvers.le.acme.storage=/data/acme.json"
# It will persist TLS certificates.
persistence:
enabled: false
name: data
accessMode: ReadWriteOnce
size: 128Mi
path: /data
# Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
enabled: true