Skip to content

Commit

Permalink
platform-api: add filesize limits parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Sep 20, 2023
1 parent ec91e97 commit ccf9d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/platform-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-platform-api
version: 0.0.1-alpha.18
version: 0.0.1-alpha.19
icon: https://github.ushahidi.org/helm-charts/icon.png
4 changes: 2 additions & 2 deletions charts/platform-api/templates/api-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ spec:
- name: PHP_EXEC_TIME_LIMIT
value: {{ .Values.api.params.php_exec_time_limit | quote }}
- name: PHP_UPLOAD_MAX_FILESIZE
value: {{ .Values.api.params.php_upload_max_filesize | quote }}
value: {{ .Values.api.params.upload_max_filesize | quote }}
- name: PHP_POST_MAX_SIZE
value: {{ .Values.api.params.php_upload_max_filesize | quote }}
value: {{ .Values.api.params.upload_max_filesize | quote }}
{{- if .Values.config.shared_secret }}
- name: PLATFORM_SHARED_SECRET
value: {{ .Values.config.shared_secret | quote }}
Expand Down

0 comments on commit ccf9d7b

Please sign in to comment.