From e81cbf91be0c4649aa801209ff35c3d8d5cb5b2b Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Thu, 26 Sep 2024 10:38:27 +0200 Subject: [PATCH] prod-values.example.yaml: Increase webapp replica count to 3 --- values/webapp/prod-values.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/webapp/prod-values.example.yaml b/values/webapp/prod-values.example.yaml index 3f42db76e..ba844888f 100644 --- a/values/webapp/prod-values.example.yaml +++ b/values/webapp/prod-values.example.yaml @@ -1,4 +1,4 @@ -replicaCount: 1 +replicaCount: 3 # image: # tag: some-tag (only override if you want a newer/different version than what is in the chart) config: