Browse Source

Added resource limits for fmp delployments.

pull/3/head
Andrea Tarocchi 8 years ago
parent
commit
021dade826
  1. 16
      src/main/fabric8/deployment.yml

16
src/main/fabric8/deployment.yml

@ -0,0 +1,16 @@
spec:
template:
spec:
serviceAccountName: "qs-camel-config"
containers:
-
resources:
requests:
cpu: "0.2"
memory: 256Mi
limits:
cpu: "1.0"
memory: 256Mi
env:
- name: SPRING_APPLICATION_JSON
value: '{"server":{"undertow":{"io-threads":1, "worker-threads":2 }}}'
Loading…
Cancel
Save