mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:39:48 +08:00
fix home-assistant probes (#1137)
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user