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