Fix health probes - use /_next/static/ path

This commit is contained in:
Unchained
2026-03-06 20:40:45 +02:00
parent ee8902b843
commit bd423dbcc6

View File

@@ -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