fix home-assistant probes (#1137)

This commit is contained in:
Stavros Kois
2023-04-20 01:28:04 +03:00
committed by GitHub
parent 69db656ee0
commit 073fa19a41
2 changed files with 3 additions and 6 deletions

View File

@@ -72,8 +72,7 @@ spec:
- name: web
containerPort: 8123
readinessProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 10
@@ -81,8 +80,7 @@ spec:
failureThreshold: 5
successThreshold: 2
livenessProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 10
@@ -90,8 +88,7 @@ spec:
failureThreshold: 5
successThreshold: 1
startupProbe:
httpGet:
path: /
tcpSocket:
port: 8123
initialDelaySeconds: 10
periodSeconds: 5