diff --git a/.kontinuous/env/prod/values.yaml b/.kontinuous/env/prod/values.yaml index 4ecfc336..d4a30f0a 100644 --- a/.kontinuous/env/prod/values.yaml +++ b/.kontinuous/env/prod/values.yaml @@ -52,6 +52,24 @@ redis: api: replicas: 1 +api-node: + resources: + requests: + cpu: 300m + memory: 600Mi + limits: + cpu: 400m + memory: 800Mi + +frontend: + resources: + requests: + cpu: 200m + memory: 400Mi + limits: + cpu: 300m + memory: 600Mi + frontend-next: certSecretName: frontend-beta diff --git a/.kontinuous/values.yaml b/.kontinuous/values.yaml index 0463986e..09620083 100644 --- a/.kontinuous/values.yaml +++ b/.kontinuous/values.yaml @@ -54,11 +54,11 @@ api-node: name: api-node-sealed-secret resources: requests: - cpu: 0.1 - memory: 128Mi + cpu: 100m + memory: 200Mi limits: - cpu: 1 - memory: 1Gi + cpu: 150m + memory: 300Mi frontend: ~chart: app @@ -70,11 +70,11 @@ frontend: enabled: false resources: requests: - cpu: 0.1 - memory: 128Mi + cpu: 100m + memory: 200Mi limits: - cpu: 1 - memory: 1Gi + cpu: 150m + memory: 300Mi env: - name: GATSBY_API_BASE_URL value: "https://{{ tpl .Values.global.apiHost . }}" # TODO for some reason, without tpl the value inside apiHost is not evaluated