Fix probes: use /favicon.ico instead of static dir

This commit is contained in:
Unchained
2026-03-06 20:50:09 +02:00
parent bd423dbcc6
commit c065b5ee17

View File

@@ -157,19 +157,19 @@ spec:
mountPath: /workspace
startupProbe:
httpGet:
path: /_next/static/
path: /favicon.ico
port: 3000
periodSeconds: 10
failureThreshold: 30
livenessProbe:
httpGet:
path: /_next/static/
path: /favicon.ico
port: 3000
periodSeconds: 30
failureThreshold: 3
readinessProbe:
httpGet:
path: /_next/static/
path: /favicon.ico
port: 3000
periodSeconds: 5
failureThreshold: 3