Skip to content

Commit 3a76133

Browse files
authored
Merge pull request #180 from bcgov/chore/startup-probe
chore: startupProbe timeout
2 parents 5f78fdb + 9894207 commit 3a76133

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/cas-airflow/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ airflow:
115115
firstName: admin
116116
lastName: user
117117
password: "$(DEFAULT_USER_PASS)"
118+
startupProbe:
119+
timeoutSeconds: 120
120+
periodSeconds: 60
118121

119122
# Airflow scheduler settings
120123
scheduler:

0 commit comments

Comments
 (0)