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:
Nick
2018-09-29 18:57:36 -07:00
committed by k8s-ci-robot
parent b933e7903f
commit 472341992c
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -55,4 +55,4 @@ spec:
{{- end }}
selector:
app: {{ template "home-assistant.name" . }}
release: {{ .Release.Name }}
release: {{ .Release.Name }}