diff --git a/library/ix-dev/charts/home-assistant/charts/common-2207.0.0.tgz b/library/ix-dev/charts/home-assistant/charts/common-2207.0.0.tgz index bb76f27c52..3c791c86c1 100644 Binary files a/library/ix-dev/charts/home-assistant/charts/common-2207.0.0.tgz and b/library/ix-dev/charts/home-assistant/charts/common-2207.0.0.tgz differ diff --git a/library/ix-dev/charts/home-assistant/templates/deployment.yaml b/library/ix-dev/charts/home-assistant/templates/deployment.yaml index 4e1e97aa0d..43faa063f3 100644 --- a/library/ix-dev/charts/home-assistant/templates/deployment.yaml +++ b/library/ix-dev/charts/home-assistant/templates/deployment.yaml @@ -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