Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Eclipse Foundation Profile API
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
APIs
Eclipse Foundation Profile API
Merge requests
!14
feat: Add GH path to okd staging routing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Add GH path to okd staging routing
zacharysabourin/eclipsefdn-profile-api:zacharysabourin/main/45
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Zachary Sabourin
requested to merge
zacharysabourin/eclipsefdn-profile-api:zacharysabourin/main/45
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Resolves
#45 (closed)
0
0
Merge request reports
Compare
main
version 1
705a5d69
1 year ago
main (base)
and
latest version
latest version
128f35e8
2 commits,
1 year ago
version 1
705a5d69
1 commit,
1 year ago
1 file
+
22
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/k8s/staging.yml
+
22
−
0
Options
@@ -80,6 +80,28 @@ metadata:
spec
:
host
:
"
api-staging.eclipse.org"
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
:
targetPort
:
"
http"
tls
:
Loading