Skip to content

Commit

Permalink
fix(app-template): add probes to alertmanager-discord helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 11, 2024
1 parent c8cbcb1 commit a9322bc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ spec:
- name: http
containerPort: &port 9094
protocol: TCP
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true

service:
app:
Expand Down

0 comments on commit a9322bc

Please sign in to comment.