diff --git a/charts/reports-server/values.yaml b/charts/reports-server/values.yaml index c56cbaf..76c5304 100644 --- a/charts/reports-server/values.yaml +++ b/charts/reports-server/values.yaml @@ -88,9 +88,9 @@ livenessProbe: # -- Readiness probe readinessProbe: - initialDelaySeconds: 30 + initialDelaySeconds: 1 failureThreshold: 10 - periodSeconds: 10 + periodSeconds: 5 httpGet: path: /readyz port: https