1 changed files with 16 additions and 0 deletions
@ -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…
Reference in new issue