diff --git a/charts/keycloakx/values.yaml b/charts/keycloakx/values.yaml index 4f704ced..62679c1d 100644 --- a/charts/keycloakx/values.yaml +++ b/charts/keycloakx/values.yaml @@ -167,6 +167,7 @@ livenessProbe: | httpGet: path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health/live' port: '{{ .Values.http.internalPort }}' + scheme: HTTPS initialDelaySeconds: 0 timeoutSeconds: 5 @@ -175,6 +176,7 @@ readinessProbe: | httpGet: path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health/ready' port: '{{ .Values.http.internalPort }}' + scheme: HTTPS initialDelaySeconds: 10 timeoutSeconds: 1 @@ -183,6 +185,7 @@ startupProbe: | httpGet: path: '{{ tpl .Values.http.relativePath $ | trimSuffix "/" }}/health' port: '{{ .Values.http.internalPort }}' + scheme: HTTPS initialDelaySeconds: 15 timeoutSeconds: 1 failureThreshold: 60