Skip to content
Snippets Groups Projects

feat: Add GH path to okd staging routing

1 file
+ 22
0
Compare changes
  • Side-by-side
  • Inline
+ 22
0
@@ -80,6 +80,28 @@ metadata:
@@ -80,6 +80,28 @@ metadata:
spec:
spec:
host: "api-staging.eclipse.org"
host: "api-staging.eclipse.org"
path: "/v2/account/profile"
path: "/v2/account/profile"
 
port:
 
targetPort: "http"
 
tls:
 
insecureEdgeTerminationPolicy: "Redirect"
 
termination: "edge"
 
to:
 
kind: "Service"
 
name: eclipsefdn-profile-api-staging
 
weight: 100
 
---
 
apiVersion: "route.openshift.io/v1"
 
kind: "Route"
 
metadata:
 
name: eclipsefdn-profile-api-staging-gh
 
namespace: foundation-internal-webdev-apps
 
annotations:
 
haproxy.router.openshift.io/timeout: 20s
 
haproxy.router.openshift.io/disable_cookies: "true"
 
haproxy.router.openshift.io/balance: roundrobin
 
spec:
 
host: "api-staging.eclipse.org"
 
path: "/v2/github/profile"
port:
port:
targetPort: "http"
targetPort: "http"
tls:
tls:
Loading