hello-kubernetes icon indicating copy to clipboard operation
hello-kubernetes copied to clipboard

When using pathPrefix in helm, Readiness and liveness prob are in failure

Open ngaffa opened this issue 2 years ago • 0 comments

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

ngaffa avatar May 12 '23 02:05 ngaffa