1 changed files with
4 additions and
0 deletions
|
|
|
|
@ -44,11 +44,15 @@ spec:
|
|
|
|
|
- '/bin/python3'
|
|
|
|
|
- '/app/app.py'
|
|
|
|
|
readinessProbe:
|
|
|
|
|
initialDelaySeconds: 10
|
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
failureThreshold: 10
|
|
|
|
|
httpGet:
|
|
|
|
|
path: /
|
|
|
|
|
port: 8000
|
|
|
|
|
livenessProbe:
|
|
|
|
|
initialDelaySeconds: 10
|
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
failureThreshold: 10
|
|
|
|
|
httpGet:
|
|
|
|
|
path: /
|
|
|
|
|
|