Skip to content

Commit

Permalink
feat(health): manually set httpGet health endpoints (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindtvedtsebastian authored Aug 22, 2024
1 parent a2c4897 commit 2f30350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/helm/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ common:
timeoutSeconds: 1
failureThreshold: 300
livenessProbe:
tcpSocket:
httpGet:
path: /alive
port: 3000
periodSeconds: 5
successThreshold: 1
Expand Down
3 changes: 2 additions & 1 deletion tavla/helm/tavla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ common:
timeoutSeconds: 1
failureThreshold: 300
livenessProbe:
tcpSocket:
httpGet:
path: /actuator/health/liveness
port: 3000
periodSeconds: 5
successThreshold: 1
Expand Down

0 comments on commit 2f30350

Please sign in to comment.