diff --git a/k8s/deployment-nodejs.yaml b/k8s/deployment-nodejs.yaml index 2cc95ac..b5ec13c 100644 --- a/k8s/deployment-nodejs.yaml +++ b/k8s/deployment-nodejs.yaml @@ -157,19 +157,19 @@ spec: mountPath: /workspace startupProbe: httpGet: - path: / + path: /_next/static/ port: 3000 periodSeconds: 10 failureThreshold: 30 livenessProbe: httpGet: - path: / + path: /_next/static/ port: 3000 periodSeconds: 30 failureThreshold: 3 readinessProbe: httpGet: - path: / + path: /_next/static/ port: 3000 periodSeconds: 5 failureThreshold: 3