From 574602f9fe477b29dc48cc406a8828feead8fcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kol=C3=A1=C5=99?= Date: Mon, 22 Jan 2024 12:56:58 +0100 Subject: [PATCH] feat(charts): scale to three --- charts/templates/web-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/templates/web-deployment.yaml b/charts/templates/web-deployment.yaml index f56e4282..6505978d 100644 --- a/charts/templates/web-deployment.yaml +++ b/charts/templates/web-deployment.yaml @@ -6,7 +6,7 @@ metadata: {{- include "fiesta.labels" . | nindent 4 }} {{- include "fiesta.componentLabels" "web" | nindent 4 }} spec: - replicas: 1 + replicas: 3 selector: matchLabels: {{- include "fiesta.selectorLabels" . | nindent 6 }}