1 changed files with
2 additions and
2 deletions
|
|
|
|
@ -52,14 +52,14 @@ spec:
|
|
|
|
|
- '/app/app.py'
|
|
|
|
|
readinessProbe:
|
|
|
|
|
initialDelaySeconds: 10
|
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
timeoutSeconds: 11
|
|
|
|
|
failureThreshold: 10
|
|
|
|
|
httpGet:
|
|
|
|
|
path: /
|
|
|
|
|
port: 8000
|
|
|
|
|
livenessProbe:
|
|
|
|
|
initialDelaySeconds: 10
|
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
timeoutSeconds: 11
|
|
|
|
|
failureThreshold: 10
|
|
|
|
|
httpGet:
|
|
|
|
|
path: /
|
|
|
|
|
|