diff --git a/chart/keel/templates/deployment.yaml b/chart/keel/templates/deployment.yaml index 0c7999d0..9e3b3e05 100644 --- a/chart/keel/templates/deployment.yaml +++ b/chart/keel/templates/deployment.yaml @@ -198,13 +198,13 @@ spec: httpGet: path: /healthz port: 9300 - initialDelaySeconds: 30 + initialDelaySeconds: 5 timeoutSeconds: 10 readinessProbe: httpGet: path: /healthz port: 9300 - initialDelaySeconds: 30 + initialDelaySeconds: 5 timeoutSeconds: 10 resources: {{ toYaml .Values.resources | indent 12 }}