removing ready and live checks to see if this fixes failing E2E tests

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2018-08-30 21:27:57 +00:00
parent 74c4af222f
commit 22d99d60f1
@@ -27,16 +27,6 @@ spec:
- name: api
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
path: /
port: api
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /
port: api
initialDelaySeconds: 15
env:
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}
@@ -55,14 +45,6 @@ spec:
- name: http
containerPort: {{ .Values.configurator.service.port }}
protocol: TCP
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 30
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 15
env:
{{- if .Values.configurator.hassApiPassword }}
- name: HC_HASS_API_PASSWORD