From 40f5a61bac5eb90592884f6749286fd68d198461 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 14 Nov 2021 18:46:37 +0100 Subject: [PATCH] fix: ingress --- k8s/ingress-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/ingress-prod.yaml b/k8s/ingress-prod.yaml index a0b5ee7..8d031d1 100644 --- a/k8s/ingress-prod.yaml +++ b/k8s/ingress-prod.yaml @@ -14,8 +14,8 @@ spec: - host: "dancefinder.unbound.se" http: paths: - - path: / - pathType: Prefix + - path: /* + pathType: ImplementationSpecific backend: service: name: dancefinder-app