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)