DO288-apps/camel-timer/src/main/fabric8/deployment.yml
2019-05-23 13:13:16 -04:00

15 lines
346 B
YAML

spec:
template:
spec:
containers:
-
resources:
requests:
cpu: "0.2"
# memory: 256Mi
limits:
cpu: "1.0"
# memory: 256Mi
env:
- name: SPRING_APPLICATION_JSON
value: '{"server":{"tomcat":{"max-threads":1}}}'