diff --git a/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/10-secrets-manager/07-deployments.yaml b/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/10-secrets-manager/07-deployments.yaml index 3b98a400..95096d2e 100644 --- a/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/10-secrets-manager/07-deployments.yaml +++ b/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/10-secrets-manager/07-deployments.yaml @@ -39,15 +39,17 @@ spec: drop: ["ALL"] startupProbe: initialDelaySeconds: 15 - periodSeconds: 5 + periodSeconds: 10 + timeoutSeconds: 5 successThreshold: 1 failureThreshold: 4 httpGet: path: /healthz?probe=startup port: 8080 livenessProbe: - initialDelaySeconds: 5 - periodSeconds: 5 + initialDelaySeconds: 15 + periodSeconds: 30 + timeoutSeconds: 5 successThreshold: 1 failureThreshold: 3 httpGet: diff --git a/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/11-session-manager/07-deployments.yaml b/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/11-session-manager/07-deployments.yaml index 03aa8372..16f233a7 100644 --- a/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/11-session-manager/07-deployments.yaml +++ b/carvel-packages/installer/bundle/config/ytt/_ytt_lib/packages/educates/11-session-manager/07-deployments.yaml @@ -39,15 +39,17 @@ spec: drop: ["ALL"] startupProbe: initialDelaySeconds: 15 - periodSeconds: 5 + periodSeconds: 10 + timeoutSeconds: 1 successThreshold: 1 failureThreshold: 4 httpGet: path: /healthz?probe=startup port: 8080 livenessProbe: - initialDelaySeconds: 5 - periodSeconds: 5 + initialDelaySeconds: 15 + periodSeconds: 30 + timeoutSeconds: 1 successThreshold: 1 failureThreshold: 3 httpGet: