From a842bbac305fb3f6fe0cfc8f50c47044c4fed511 Mon Sep 17 00:00:00 2001 From: gilles Date: Sat, 18 Oct 2025 14:11:31 +0200 Subject: [PATCH] test argo cd - replica 4 --- 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 97c6059..e752e81 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: 2 + replicaCount: 4 container: image: repository: "docker.io/gmouchet/hello-kube:1.0"