Browse Source

[k8s] Remove extra slash in the API url

Romain Rigaux 4 năm trước cách đây
mục cha
commit
b94b585ed8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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