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: git-eca-rest-api
environment: production
spec:
automountServiceAccountToken: false
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
@@ -39,7 +40,7 @@ spec:
cpu: '1'
memory: 512Mi
requests:
cpu: 300m
cpu: '1'
memory: 512Mi
env:
- name: CONFIG_SECRET_PATH
Loading