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
|
||||
objectname: polling-deployment.yml
|
||||
service: polling
|
||||
memory: 512
|
||||
|
||||
- role: openshift/object
|
||||
template: frontend-service.yml
|
||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
|||
readOnly: true
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: {{memory}}Mi
|
||||
volumes:
|
||||
- name: config-volume
|
||||
secret:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue