Skip to content

Commit

Permalink
initial delay (#182)
Browse files Browse the repository at this point in the history
* use subdomain when present

* initial delay increase for liveness
  • Loading branch information
jarededwards authored Oct 6, 2023
1 parent e652823 commit 630ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubefirst-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
livenessProbe:
tcpSocket:
port: 8081
initialDelaySeconds: 10
initialDelaySeconds: 40
periodSeconds: 5
successThreshold: 1
failureThreshold: 1
Expand Down

0 comments on commit 630ab7c

Please sign in to comment.