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
@@ -18,6 +18,7 @@ spec:
app: eclipsefdn-cve-api
environment: production
spec:
automountServiceAccountToken: false
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
@@ -31,7 +32,7 @@ spec:
containers:
- name: app
image: eclipsefdn/eclipsefdn-cve-api:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8090
resources:
Loading