From ac226c89eebb66871f3b34940557c82a4194e67f Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Fri, 22 Dec 2023 17:51:11 +0300 Subject: [PATCH] fix: app-proxy prefix --- charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml b/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml index 975e508e..d7860b36 100644 --- a/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml +++ b/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml @@ -22,7 +22,7 @@ spec: - host: {{ .Values.ingress.host }} http: paths: - - path: {{ .Values.ingress.pathPrefix }} + - path: {{ .Values.ingress.pathPrefix | default "/" }} pathType: ImplementationSpecific backend: service: