diff --git a/kustomize/base/dlob/publisher-deployment.yaml b/kustomize/base/dlob/publisher-deployment.yaml index 37c163f..41da842 100644 --- a/kustomize/base/dlob/publisher-deployment.yaml +++ b/kustomize/base/dlob/publisher-deployment.yaml @@ -59,11 +59,15 @@ spec: httpGet: path: /startup port: http - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 + timeoutSeconds: 3 + failureThreshold: 30 livenessProbe: httpGet: path: /health port: http - initialDelaySeconds: 30 + initialDelaySeconds: 240 periodSeconds: 20 + timeoutSeconds: 3 + failureThreshold: 10