diff --git a/apps/apps/fillcode/helmchart.yaml b/apps/apps/fillcode/helmchart.yaml index 4cadcc1..448978b 100644 --- a/apps/apps/fillcode/helmchart.yaml +++ b/apps/apps/fillcode/helmchart.yaml @@ -12,6 +12,9 @@ spec: ingress: enabled: true ingressClassName: nginx + annotations: + nginx.ingress.kubernetes.io/use-regex: "true" + nginx.ingress.kubernetes.io/rewrite-target: /$2 tls: - hosts: - fillcode.com @@ -19,6 +22,6 @@ spec: hosts: - host: fillcode.com paths: - - /whoami + - /whoami(/|$)(.*)