Skip to content

Commit

Permalink
feat(ui): Add startup probe to ui pod
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Sep 23, 2023
1 parent b5594db commit 95fffe3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/studio/templates/deployment-studio-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ spec:
- name: http
containerPort: 3000
protocol: TCP
startupProbe:
exec:
command:
- /app/bin/startup-probe.sh
initialDelaySeconds: 2
periodSeconds: 1
failureThreshold: 60
livenessProbe:
tcpSocket:
port: 3000
Expand Down

0 comments on commit 95fffe3

Please sign in to comment.