From c1ece6392789ff4bc1380589a28afa87ebdca256 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 17:32:02 -0600 Subject: [PATCH] update --- traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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