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
+1 -1
View File
@@ -25,5 +25,5 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 6.1.7
version: 6.1.8
upstream_version: "v9.19.2"
@@ -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