Skip to content
Snippets Groups Projects
Commit 2790255b authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/k8s-update' into 'main'

Update k8s config files to match current standard

See merge request !201
parents 82b51a5b 9604d4fd
No related branches found
No related tags found
1 merge request!201Update k8s config files to match current standard
Pipeline #51669 passed
......@@ -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
......
......@@ -18,6 +18,7 @@ spec:
app: git-eca-rest-api
environment: staging
spec:
automountServiceAccountToken: false
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
......@@ -39,7 +40,7 @@ spec:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
cpu: 500m
memory: 512Mi
env:
- name: CONFIG_SECRET_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment