diff --git a/charts/gitops/templates/deployment.yml b/charts/gitops/templates/deployment.yml index 6d38284..7421c25 100644 --- a/charts/gitops/templates/deployment.yml +++ b/charts/gitops/templates/deployment.yml @@ -39,9 +39,9 @@ spec: - containerPort: 8000 resources: requests: - memory: "200Mi" + memory: "750Mi" limits: - memory: "1000Mi" + memory: "1500Mi" envFrom: - configMapRef: name: {{ .Release.Name }}-environment