Try to fix backend pod
This commit is contained in:
parent
58964c69dc
commit
c9a46e8135
@ -51,7 +51,7 @@ spec:
|
||||
key: DATABASE_URL
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/health
|
||||
port: http
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 5
|
||||
@ -59,7 +59,7 @@ spec:
|
||||
failureThreshold: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/health
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
@ -67,7 +67,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/health
|
||||
port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user