incorrect value for readiness probe path (#10708)

Signed-off-by: ephur <richard.maynard@gmail.com>
This commit is contained in:
Richard Maynard
2019-01-16 07:28:27 -08:00
committed by Kubernetes Prow Robot
parent fec7ff1ecc
commit 2213d9cddb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ home: https://github.com/prymitive/karma
sources:
- https://hub.docker.com/r/lmierzwa/karma/
- https://github.com/prymitive/karma
version: 1.1.7
version: 1.1.8
maintainers:
- name: davidkarlsen
email: david@davidkarlsen.com
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: {{ .Values.livenessProbe.period }}
readinessProbe:
httpGet:
path: {{ .Values.livenessProbePath }}
path: {{ .Values.livenessProbe.path }}
port: http
initialDelaySeconds: {{ .Values.livenessProbe.delay }}
periodSeconds: {{ .Values.livenessProbe.period }}