dtghz
This commit is contained in:
parent
62b738eaee
commit
1571973345
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user