We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2de63 commit 20b868bCopy full SHA for 20b868b
.helm/ecamp3/templates/api_deployment.yaml
@@ -141,6 +141,8 @@ spec:
141
name: {{ include "api.name" . }}
142
key: oauth-jubladb-base-url
143
{{- end }}
144
+ - name: GOMEMLIMIT
145
+ value: "{{ .Values.api.resources.requests.memory }}B"
146
volumeMounts:
147
- mountPath: /app/config/jwt/public.pem
148
name: jwt-keypair
0 commit comments