Skip to content

Commit

Permalink
fix: add startupprobes to z2m
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 4, 2024
1 parent 34eb5b4 commit 2e572e1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions kubernetes/main/apps/default/zigbee2mqtt/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,16 @@ spec:
envFrom:
- secretRef:
name: zigbee2mqtt-secret
# probes:
# liveness:
# enabled: true
# readiness:
# enabled: true
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
spec:
failureThreshold: 30
periodSeconds: 10
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 2e572e1

Please sign in to comment.