From ed2572000331e74c49c005e74a7921b7988bc548 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 15 Aug 2024 12:43:08 +0300 Subject: [PATCH] run traefik with 4 replicas --- traefik/values.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/values.yml b/traefik/values.yml index 3e881f3..141a8ee 100644 --- a/traefik/values.yml +++ b/traefik/values.yml @@ -20,7 +20,7 @@ providers: enabled: true deployment: - replicas: 2 + replicas: 4 annotations: keel.sh/policy: minor