Skip to content

Commit

Permalink
chore(gms): setup readiness & liveness from main chart (acryldata#314)
Browse files Browse the repository at this point in the history
* fix(gms): increase initialDelaySeconds readiness & liveness

* chore(gms): setup readiness & liveness from main chart

---------

Co-authored-by: Dimitri GRISARD <[email protected]>
  • Loading branch information
dim-ops and Dimitri GRISARD authored Sep 19, 2023
1 parent d8e8c55 commit ef63fae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef63fae

Please sign in to comment.