diff --git a/deploy/charts/nuxt/templates/deployment.yaml b/deploy/charts/nuxt/templates/deployment.yaml
index ca6d2502ae6a6432d4d1f556f8bf626a4b05fb30..38819ab1b156572aa4d92a0df66981b5c272dbc1 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 }}