SocialGouv / kosko-charts

The Social Gouv Kosko Charts
http://socialgouv.github.io/kosko-charts
Apache License 2.0
9 stars 2 forks source link

fix(hasura): faster startupProbe #908

Closed revolunet closed 2 years ago

revolunet commented 2 years ago

this changes on startupProbe should make hasura start faster

before :

failureThreshold: 12
initialDelaySeconds: 120
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1

after :

failureThreshold: 20
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
gary-van-woerkens commented 2 years ago

Je vais tester avec les migrations Hasura V3.

revolunet commented 2 years ago

cool !

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 9.17.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: