diff --git a/deployment/production/controller.yml b/deployment/production/controller.yml index c332b56b..413067fe 100644 --- a/deployment/production/controller.yml +++ b/deployment/production/controller.yml @@ -38,7 +38,7 @@ spec: limits: memory: 250Mi requests: - memory: 250Mi + memory: 200Mi env: - name: GET_HOSTS_FROM value: dns @@ -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 diff --git a/deployment/staging/controller.yml b/deployment/staging/controller.yml index bd7d431c..a1752c51 100644 --- a/deployment/staging/controller.yml +++ b/deployment/staging/controller.yml @@ -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: @@ -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