This commit is contained in:
Roxedus 2022-06-04 15:55:05 +02:00
parent 62b738eaee
commit 1571973345
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -15,7 +15,7 @@ cloudflaredmage:
deployment: deployment:
enabled: true enabled: true
# Can be either Deployment or DaemonSet # Can be either Deployment or DaemonSet
kind: DaemonSet kind: Deployment
# Number of pods of the deployment (only applies when kind == Deployment) # Number of pods of the deployment (only applies when kind == Deployment)
replicas: 1 replicas: 1
# Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down # Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down
@ -97,7 +97,7 @@ experimental:
# Create an IngressRoute for the dashboard # Create an IngressRoute for the dashboard
ingressRoute: ingressRoute:
dashboard: dashboard:
enabled: true enabled: false
# Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class)
annotations: {} annotations: {}
# Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels)