Skip to content

Commit

Permalink
api_deployment.yaml: set GOMEMLIMIT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Dec 31, 2024
1 parent 2d2de63 commit 20b868b
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 371 deletions.
2 changes: 2 additions & 0 deletions .helm/ecamp3/templates/api_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ spec:
name: {{ include "api.name" . }}
key: oauth-jubladb-base-url
{{- end }}
- name: GOMEMLIMIT
value: "{{ .Values.api.resources.requests.memory }}B"
volumeMounts:
- mountPath: /app/config/jwt/public.pem
name: jwt-keypair
Expand Down
Loading

0 comments on commit 20b868b

Please sign in to comment.