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

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

Update limits for pods to account for higher requirements

See merge request !21
parents af6e8888 9a3439d2
No related branches found
No related tags found
1 merge request!21Update limits for pods to account for higher requirements
Pipeline #40469 passed
......@@ -36,11 +36,11 @@ spec:
- containerPort: 8090
resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 300m
memory: 384Mi
requests:
cpu: 200m
memory: 256Mi
cpu: 300m
memory: 384Mi
env:
- name: CONFIG_SECRET_PATH
value: "/run/secrets/openvsx-api/secret.properties"
......
......@@ -36,11 +36,11 @@ spec:
- containerPort: 8090
resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 300m
memory: 384Mi
requests:
cpu: 200m
memory: 256Mi
cpu: 300m
memory: 384Mi
env:
- name: CONFIG_SECRET_PATH
value: "/run/secrets/openvsx-api/secret.properties"
......
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