Skip to content

Commit

Permalink
Merge pull request #9184 from OpenMined/frontend_probes
Browse files Browse the repository at this point in the history
Fix frontend probes
  • Loading branch information
jcardonnet authored Aug 23, 2024
2 parents 4893271 + 535ee64 commit f69373a
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 f69373a

Please sign in to comment.