Skip to content

Commit

Permalink
fix(ui): Change UI probes settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Nov 10, 2023
1 parent 4f7b303 commit 593adbc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions charts/studio/templates/deployment-studio-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ spec:
exec:
command:
- /app/bin/startup-probe.sh
initialDelaySeconds: 2
periodSeconds: 1
initialDelaySeconds: 5
periodSeconds: 2
successThreshold: 3
failureThreshold: 60
livenessProbe:
tcpSocket:
Expand All @@ -66,7 +67,8 @@ spec:
{{- end }}
port: 3000
initialDelaySeconds: 5
periodSeconds: 25
periodSeconds: 10
successThreshold: 3
timeoutSeconds: 10
envFrom:
- configMapRef:
Expand Down

0 comments on commit 593adbc

Please sign in to comment.