Skip to content
Snippets Groups Projects
Commit cca723b5 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 eclipsefdn/it/api/eclipsefdn-project-adopters!253
parents 90bf88d0 588196cc
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,11 @@ spec:
- containerPort: 8090
resources:
limits:
cpu: '1'
memory: 256Mi
cpu: 300m
memory: 384Mi
requests:
cpu: 200m
memory: 128Mi
cpu: 300m
memory: 384Mi
volumeMounts:
- name: adopters
mountPath: "/config"
......
......@@ -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
volumeMounts:
- name: adopters
mountPath: "/config"
......@@ -78,7 +78,7 @@ metadata:
haproxy.router.openshift.io/disable_cookies: "true"
haproxy.router.openshift.io/balance: roundrobin
spec:
host: "api.eclipse.org"
host: "api-staging.eclipse.org"
path: "/adopters"
port:
targetPort: "http"
......
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