Skip to content
Snippets Groups Projects

fix: Make k8s staging URL routing more inclusive

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -79,7 +79,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin
spec:
host: "api-staging.eclipse.org"
path: "/sandbox/account/profile"
path: "/sandbox/account"
port:
targetPort: "http"
tls:
@@ -101,7 +101,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin
spec:
host: "api-staging.eclipse.org"
path: "/sandbox/github/profile"
path: "/sandbox/github"
port:
targetPort: "http"
tls:
Loading