15 lines
346 B
YAML
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}}}'
|