From dd0822c98744f112745555b555d315a7500aaffe Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 19 Mar 2024 18:03:40 +0100 Subject: [PATCH] /api/probe --- deploy/charts/nuxt/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/nuxt/templates/deployment.yaml b/deploy/charts/nuxt/templates/deployment.yaml index ca6d250..38819ab 100644 --- a/deploy/charts/nuxt/templates/deployment.yaml +++ b/deploy/charts/nuxt/templates/deployment.yaml @@ -48,11 +48,11 @@ spec: value: {{ .Values.dfApiPrefix }} livenessProbe: httpGet: - path: / + path: /api/probe port: 3000 readinessProbe: httpGet: - path: / + path: /api/probe port: 3000 resources: {{- toYaml .Values.resources | nindent 12 }} -- GitLab