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 14, 2023
1 parent 77b62c3 commit b5b7dee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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,8 @@ spec:
exec:
command:
- /app/bin/startup-probe.sh
initialDelaySeconds: 2
periodSeconds: 1
initialDelaySeconds: 5
periodSeconds: 2
failureThreshold: 60
livenessProbe:
tcpSocket:
Expand All @@ -66,7 +66,8 @@ spec:
{{- end }}
port: 3000
initialDelaySeconds: 5
periodSeconds: 25
periodSeconds: 10
successThreshold: 3
timeoutSeconds: 10
envFrom:
- configMapRef:
Expand Down

0 comments on commit b5b7dee

Please sign in to comment.