updatepath
This commit is contained in:
parent
c295fd8e22
commit
2f26688a00
|
|
@ -66,11 +66,11 @@ spec:
|
|||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /ping
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /ping #change to /ready for version greater than 7.4.0
|
||||
port: http
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue