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

Merge branch 'malowe/main/jenkins-label-update' into 'master'

Fix staging limits for startup requirements, normalize prod limits

See merge request !46
parents 4b5ff836 93e72dfe
No related branches found
No related tags found
1 merge request!46Fix staging limits for startup requirements, normalize prod limits
Pipeline #42449 passed
......@@ -36,10 +36,10 @@ spec:
- containerPort: 8080
resources:
limits:
cpu: '1'
cpu: 300m
memory: 1Gi
requests:
cpu: 200m
cpu: 300m
memory: 1Gi
startupProbe:
httpGet:
......
......@@ -37,10 +37,10 @@ spec:
resources:
limits:
cpu: 300m
memory: 512Mi
memory: 1Gi
requests:
cpu: 300m
memory: 512Mi
memory: 1Gi
startupProbe:
httpGet:
path: /geoip/q/health
......
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