Skip to content

Commit

Permalink
Merge branch 'dev' into snwagh/bigquery-notebooks-tox-and-secrets-json
Browse files Browse the repository at this point in the history
  • Loading branch information
snwagh authored Aug 23, 2024
2 parents 053c5ad + f69373a commit 12b6fe9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ spec:
ports:
- name: ui-port
containerPort: 80
startupProbe:
httpGet:
path: /health?probe=startupProbe
port: ui-port
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
path: /health?probe=startupProbe
Expand Down

0 comments on commit 12b6fe9

Please sign in to comment.