Bump memory limit for koschei-polling
This commit is contained in:
parent
cf7a3e4ad0
commit
ca16deae2f
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
||||||
template: backend-deployment.yml
|
template: backend-deployment.yml
|
||||||
objectname: polling-deployment.yml
|
objectname: polling-deployment.yml
|
||||||
service: polling
|
service: polling
|
||||||
|
memory: 512
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
template: frontend-service.yml
|
template: frontend-service.yml
|
||||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 256Mi
|
memory: {{memory}}Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
secret:
|
secret:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue