updatepath

This commit is contained in:
yasar 2023-03-10 16:44:04 +05:30
parent c295fd8e22
commit 2f26688a00
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}