File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.35
3
+ version : 0.0.1-alpha.36
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ spec:
188
188
value : {{ .Values.api.params.upload_max_filesize | quote }}
189
189
- name : PHP_POST_MAX_SIZE
190
190
value : {{ .Values.api.params.upload_max_filesize | quote }}
191
+ - name : PHP_MEMORY_LIMIT
192
+ value : {{ .Values.api.params.php_memory_limit | quote }}
191
193
- name : IMAGE_MAX_SIZE
192
194
value : {{ .Values.api.params.media_max_upload | quote }}
193
195
{{- if .Values.config.shared_secret }}
Original file line number Diff line number Diff line change 123
123
phpfpm_pm_max_spare_servers : 3
124
124
phpfpm_pm_process_idle_timeout : " 10s"
125
125
phpfpm_pm_max_requests : 500
126
+ php_memory_limit : 128M
126
127
upload_max_filesize : 2m # this should match the value below with units
127
128
image_max_size : ' 2000000' # this should match the previous value but in bytes
128
129
limits :
You can’t perform that action at this time.
0 commit comments