diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 5b5c9e7..301429a 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -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: /