Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipse-openvsx-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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-openvsx-api
Merge requests
!27
Update k8s config files to match current standard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update k8s config files to match current standard
malowe/main/k8s-update
into
main
Overview
0
Commits
1
Changes
2
Merged
Martin Lowe
requested to merge
malowe/main/k8s-update
into
main
10 months ago
Overview
0
Commits
1
Changes
2
Expand
Update k8s config files to match current standard
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f9e48329
1 commit,
10 months ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/main/k8s/production.yml
+
2
−
1
Options
@@ -28,10 +28,11 @@ spec:
values
:
-
fast
weight
:
1
automountServiceAccountToken
:
false
containers
:
-
name
:
app
image
:
eclipsefdn/eclipse-openvsx-api:latest
imagePullPolicy
:
Always
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
8090
resources
:
Loading