From 22d99d60f1cdf90b18c1c48fdcfb575e2c63a414 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Thu, 30 Aug 2018 21:27:57 +0000 Subject: [PATCH] removing ready and live checks to see if this fixes failing E2E tests Signed-off-by: Jeff Billimek --- .../home-assistant/templates/deployment.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/stable/home-assistant/templates/deployment.yaml b/stable/home-assistant/templates/deployment.yaml index 4d677ae457..fd0faf983c 100644 --- a/stable/home-assistant/templates/deployment.yaml +++ b/stable/home-assistant/templates/deployment.yaml @@ -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