add API_REQ_LIMIT_PER_SEC

This commit is contained in:
Martin McKeaveney 2022-05-31 07:41:43 +01:00
parent 5177b77ae5
commit 320075feac
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ spec:
value: {{ .Values.services.objectStore.url }}
- name: PORT
value: {{ .Values.services.apps.port | quote }}
- name: API_REQ_LIMIT_PER_SEC
value: {{ .Values.globals.apps.publicApiRateLimitPerSecond | quote }}
- name: MULTI_TENANCY
value: {{ .Values.globals.multiTenancy | quote }}
- name: LOG_LEVEL