diff --git a/charts/vc-authn-oidc/templates/deployment.yaml b/charts/vc-authn-oidc/templates/deployment.yaml index 90ea5ef5..d22b91c0 100644 --- a/charts/vc-authn-oidc/templates/deployment.yaml +++ b/charts/vc-authn-oidc/templates/deployment.yaml @@ -119,10 +119,12 @@ spec: httpGet: path: / port: http + initialDelaySeconds: 30 readinessProbe: httpGet: path: / port: http + initialDelaySeconds: 30 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: