Merge pull request #104 from HideyoshiSolutions/staging
Staging - Changes liveness probe delay
This commit is contained in:
@@ -30,12 +30,12 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8070
|
port: 8070
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 240
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8070
|
port: 8070
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 240
|
||||||
env:
|
env:
|
||||||
- name: FRONTEND_PATH
|
- name: FRONTEND_PATH
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user