Fix probes: use /favicon.ico instead of static dir
This commit is contained in:
@@ -157,19 +157,19 @@ spec:
|
|||||||
mountPath: /workspace
|
mountPath: /workspace
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /_next/static/
|
path: /favicon.ico
|
||||||
port: 3000
|
port: 3000
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /_next/static/
|
path: /favicon.ico
|
||||||
port: 3000
|
port: 3000
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /_next/static/
|
path: /favicon.ico
|
||||||
port: 3000
|
port: 3000
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user