From 157197334572b3666bc3ee7ff0e2299430d37c8b Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 15:55:05 +0200 Subject: [PATCH] dtghz --- Charts/traefik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index 1060174..ccb12aa 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -15,7 +15,7 @@ cloudflaredmage: deployment: enabled: true # Can be either Deployment or DaemonSet - kind: DaemonSet + kind: Deployment # Number of pods of the deployment (only applies when kind == Deployment) replicas: 1 # 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 ingressRoute: dashboard: - enabled: true + enabled: false # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) annotations: {} # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels)