Skip to content

Commit

Permalink
Add liveness and readiness probes
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Nov 10, 2023
1 parent 1912979 commit 5a7ffc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ spec:
envFrom:
- secret: amplitude
- secret: slack-url
liveness:
path: /isAlive
readiness:
path: /isReady

0 comments on commit 5a7ffc3

Please sign in to comment.