Skip to content

Commit

Permalink
Update startup probe values
Browse files Browse the repository at this point in the history
Co-authored-by: Jannik Hollenbach <jannik@hollenbach.de>
  • Loading branch information
sharjeelaziz and J12934 authored Oct 27, 2023
1 parent 724e643 commit 30d134f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juice-balancer/src/kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const createDeploymentForTeam = async ({ team, passcodeHash }) => {
path: '/rest/admin/application-version',
port: 3000,
},
failureThreshold: 30,
periodSeconds: 10,
failureThreshold: 150,
periodSeconds: 2,
},
volumeMounts: [
{
Expand Down

0 comments on commit 30d134f

Please sign in to comment.