Adds LivenessProbe
This commit is contained in:
@@ -28,6 +28,16 @@ spec:
|
||||
cpu: "75m"
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 5000
|
||||
initialDelaySeconds: 10
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 5000
|
||||
initialDelaySeconds: 10
|
||||
env:
|
||||
- name: PORT
|
||||
value: "5000"
|
||||
|
||||
Reference in New Issue
Block a user