From 06972e43e2cac3fe64e3a85e25a63518703c4d19 Mon Sep 17 00:00:00 2001 From: gilles Date: Sat, 18 Oct 2025 14:13:19 +0200 Subject: [PATCH] test argo cd - replica 2 --- helm/values-gmo-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values-gmo-env.yaml b/helm/values-gmo-env.yaml index e752e81..97c6059 100644 --- a/helm/values-gmo-env.yaml +++ b/helm/values-gmo-env.yaml @@ -3,7 +3,7 @@ message: "Bienvenue dans le lab de Gilles Mouchet" ingress: hostUrl: hello-kube.gmolab.net # to declare on DNS or host file deployment: - replicaCount: 4 + replicaCount: 2 container: image: repository: "docker.io/gmouchet/hello-kube:1.0"