mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user