Ver Fonte

[k8s] Remove extra slash in the API url

Romain Rigaux há 4 anos atrás
pai
commit
b94b585ed8
1 ficheiros alterados com 1 adições e 1 exclusões
  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