Skip to content
Snippets Groups Projects

Update k8s config files to match current standard

Merged Martin Lowe requested to merge malowe/main/k8s-update into main
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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