mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
incorrect value for readiness probe path (#10708)
Signed-off-by: ephur <richard.maynard@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fec7ff1ecc
commit
2213d9cddb
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user