From ef63fae2d436ff099f600c8909a96a1e98c90c5b Mon Sep 17 00:00:00 2001 From: Dimitri <36767102+dim-ops@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:07:59 +0200 Subject: [PATCH] chore(gms): setup readiness & liveness from main chart (#314) * fix(gms): increase initialDelaySeconds readiness & liveness * chore(gms): setup readiness & liveness from main chart --------- Co-authored-by: Dimitri GRISARD --- charts/datahub/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/datahub/values.yaml b/charts/datahub/values.yaml index 597993ecb..d0394cb68 100644 --- a/charts/datahub/values.yaml +++ b/charts/datahub/values.yaml @@ -11,6 +11,14 @@ datahub-gms: requests: cpu: 100m memory: 1Gi + livenessProbe: + initialDelaySeconds: 60 + periodSeconds: 30 + failureThreshold: 8 + readinessProbe: + initialDelaySeconds: 120 + periodSeconds: 30 + failureThreshold: 8 # Optionally set a GMS specific SQL login (defaults to global login) # sql: # datasource: