From 25870e34fd9b63d5cd3e12813884b861d81f3475 Mon Sep 17 00:00:00 2001 From: Nicolas Favier <nicolasfavier@MacBook-Pro-de-Nicolas.local> Date: Fri, 8 Jul 2022 15:52:31 +0200 Subject: [PATCH] upgrade replicats --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 1a58b28..5148bdf 100644 --- a/values.yaml +++ b/values.yaml @@ -10,7 +10,7 @@ api: image: repository: registry.master3.takima.io/guide/kubernetes-resources/api tag: latest - replicaCount: 1 + replicaCount: 3 serviceName: api servicePort: 80 healthcheck: -- GitLab