Explorar o código

[k8s] Remove extra slash in the API url

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
b94b585ed8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/kubernetes/helm/hue/templates/ingress-https.yaml

+ 1 - 1
tools/kubernetes/helm/hue/templates/ingress-https.yaml

@@ -27,7 +27,7 @@ spec:
       - backend:
           serviceName: hue-api
           servicePort: 8005
-        path: /api(.*)
+        path: /api/(.*)
       {{ end }}
       - backend:
           serviceName: hue-balancer