Skip to content
Snippets Groups Projects
Commit 5e83edd5 authored by David Mendez's avatar David Mendez
Browse files

Set up cpu request and limit

parent cc852f4c
No related branches found
No related tags found
1 merge request!3Add first mockup of the chemical probe report card
......@@ -17,6 +17,11 @@ spec:
- name: eubopen-web-server
image: <SERVER_IMAGE_TAG>
imagePullPolicy: Always
resources:
limits:
cpu: 300m
requests:
cpu: 100m
volumeMounts:
- name: run-config
mountPath: '/etc/run_config/'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment