1
0
Fork 0
mirror of synced 2024-06-08 21:44:59 +12:00

make rate limit optional

This commit is contained in:
Martin McKeaveney 2022-05-31 13:03:59 +01:00
parent 320075feac
commit 7b804dba88

View file

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