Skip to content

Commit b94b585

Browse files
committed
[k8s] Remove extra slash in the API url
1 parent 1b834b0 commit b94b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- backend:
2828
serviceName: hue-api
2929
servicePort: 8005
30-
path: /api(.*)
30+
path: /api/(.*)
3131
{{ end }}
3232
- backend:
3333
serviceName: hue-balancer

0 commit comments

Comments
 (0)