mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
liveness/readiness probe params indent out to correct level & make more tolerant (can take a while for HA to start ...) (#8063)
Signed-off-by: Nick Doyle <nick.p.doyle@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.77.1
|
||||
description: Home Assistant
|
||||
name: home-assistant
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
keywords:
|
||||
- home-assistant
|
||||
- hass
|
||||
|
||||
@@ -31,12 +31,16 @@ spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: api
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 5
|
||||
timeoutSeconds: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: api
|
||||
initialDelaySeconds: 15
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 5
|
||||
timeoutSeconds: 5
|
||||
env:
|
||||
{{- range $key, $value := .Values.extraEnv }}
|
||||
- name: {{ $key }}
|
||||
|
||||
@@ -55,4 +55,4 @@ spec:
|
||||
{{- end }}
|
||||
selector:
|
||||
app: {{ template "home-assistant.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
release: {{ .Release.Name }}
|
||||
|
||||
Reference in New Issue
Block a user