diff --git a/scripts/test/values.yaml b/scripts/test/values.yaml index ed81866db..44fcfa83d 100644 --- a/scripts/test/values.yaml +++ b/scripts/test/values.yaml @@ -4,3 +4,15 @@ primary: timeoutSeconds: 5 periodSeconds: 10 successThreshold: 1 + readinessProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1 + startupProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 10 + timeoutSeconds: 5 + successThreshold: 1