Skip to content

Commit

Permalink
Set liveness probe to prevent it from getting killed after a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 10, 2024
1 parent 4a84d4b commit 3f7ff87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ postgresha:
initialDelaySeconds: 300
failureThreshold: 15
periodSeconds: 60
livenessProbe:
initialDelaySeconds: 300
failureThreshold: 15
periodSeconds: 60
global:
postgresql:
username: "ldtteam-donator-auth"
Expand Down

0 comments on commit 3f7ff87

Please sign in to comment.