Skip to content
Snippets Groups Projects

Fix OKD route for staging to fix malformed origin URL

Merged Martin Lowe requested to merge malowe/main/okd-route-fix into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -79,7 +79,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin
spec:
host: "api-staging.eclipse.org"
path: "/v2"
path: "/v2/account/profile"
port:
targetPort: "http"
tls:
Loading