Skip to content

Commit

Permalink
Update memory limits (#389)
Browse files Browse the repository at this point in the history
* Update memory limits

* fix space
  • Loading branch information
ashwin1111 authored Feb 17, 2023
1 parent 4820b28 commit e2618f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployment/production/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
limits:
memory: 250Mi
requests:
memory: 250Mi
memory: 200Mi
env:
- name: GET_HOSTS_FROM
value: dns
Expand Down Expand Up @@ -81,9 +81,9 @@ spec:
command: ['/bin/bash', 'start_qcluster.sh']
resources:
limits:
memory: 800Mi
memory: 550Mi
requests:
memory: 800Mi
memory: 420Mi
env:
- name: GET_HOSTS_FROM
value: dns
Expand Down
6 changes: 3 additions & 3 deletions deployment/staging/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
image: docker.io/{{DOCKERHUB_USERNAME}}/fyle_qbo-api:{{RELEASE_VERSION}}
resources:
limits:
memory: 450Mi
memory: 250Mi
requests:
memory: 200Mi
env:
Expand Down Expand Up @@ -81,9 +81,9 @@ spec:
command: [ '/bin/bash', 'start_qcluster.sh' ]
resources:
limits:
memory: 600Mi
memory: 550Mi
requests:
memory: 600Mi
memory: 420Mi
env:
- name: GET_HOSTS_FROM
value: dns
Expand Down

0 comments on commit e2618f0

Please sign in to comment.