diff --git a/traefik/values.yaml b/traefik/values.yaml index ec2b5b3..b9c0214 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -36,7 +36,7 @@ traefik: # Can be either Deployment or DaemonSet kind: Deployment # Number of pods of the deployment (only applies when kind == Deployment) - replicas: 1 + replicas: 3 # Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) revisionHistoryLimit: 1 # Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down