You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the path of the Readiness and Liveness prob dynamically with the value of the pathPrefix of the helm chart like this :
livenessProbe:
httpGet:
path: /"{{ .Values.ingress.pathPrefix }}"
port: http
readinessProbe:
httpGet:
path: /"{{ .Values.ingress.pathPrefix }}"
port: http
The text was updated successfully, but these errors were encountered:
Make the path of the Readiness and Liveness prob dynamically with the value of the pathPrefix of the helm chart like this :
livenessProbe:
httpGet:
path: /"{{ .Values.ingress.pathPrefix }}"
port: http
readinessProbe:
httpGet:
path: /"{{ .Values.ingress.pathPrefix }}"
port: http
The text was updated successfully, but these errors were encountered: