Add disabled persistence to traefik
This commit is contained in:
@@ -25,5 +25,5 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 6.1.7
|
version: 6.1.8
|
||||||
upstream_version: "v9.19.2"
|
upstream_version: "v9.19.2"
|
||||||
|
|||||||
@@ -268,6 +268,19 @@ autoscaling:
|
|||||||
# name: memory
|
# name: memory
|
||||||
# targetAverageUtilization: 60
|
# 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
|
# Whether Role Based Access Control objects like roles and rolebindings should be created
|
||||||
rbac:
|
rbac:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user