Skip to content

Commit

Permalink
playing with timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Koch committed Jan 30, 2022
1 parent ec55955 commit 8087deb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions cluster/apps/home/home-assistant/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,17 @@ spec:
probes:
#Circumvention - avoid restart
liveness:
enabled: false
# give TCP more time to respond
timeoutSeconds: 3
readiness:
enabled: false
# give TCP more time to respond
timeoutSeconds: 3
startup:
# give TCP more time to respond
timeoutSeconds: 3

# reset to default
periodSeconds: 10

# needed for discovery, mDNS, etc (HomeKit)
hostNetwork: true
Expand Down

0 comments on commit 8087deb

Please sign in to comment.