Skip to content
Snippets Groups Projects

feat: Add sandbox routing for slack endpoint in OKD

2 files
+ 44
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -102,6 +102,28 @@ metadata:
spec:
host: "api.eclipse.org"
path: "/sandbox/github"
port:
targetPort: "http"
tls:
insecureEdgeTerminationPolicy: "Redirect"
termination: "edge"
to:
kind: "Service"
name: eclipsefdn-profile-api
weight: 100
---
apiVersion: "route.openshift.io/v1"
kind: "Route"
metadata:
name: eclipsefdn-profile-api-slack
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.eclipse.org"
path: "/sandbox/slack/profile"
port:
targetPort: "http"
tls:
Loading