Mohammed Naser | 2fd3961 | 2024-04-14 13:37:45 -0400 | [diff] [blame] | 1 | diff --git b/heat/values.yaml a/charts/heat/values.yaml |
| 2 | index c9b8cdd9..1cf8bdc4 100644 |
| 3 | --- b/heat/values.yaml |
| 4 | +++ a/heat/values.yaml |
| 5 | @@ -494,15 +494,20 @@ conf: |
| 6 | uwsgi: |
| 7 | add-header: "Connection: close" |
| 8 | buffer-size: 65535 |
| 9 | + chunked-input-limit: "4096000" |
| 10 | die-on-term: true |
| 11 | enable-threads: true |
| 12 | exit-on-reload: false |
| 13 | hook-master-start: unix_signal:15 gracefully_kill_them_all |
| 14 | + http-auto-chunked: true |
| 15 | + http-raw-body: true |
| 16 | lazy-apps: true |
| 17 | log-x-forwarded-for: true |
| 18 | master: true |
| 19 | + need-app: true |
| 20 | procname-prefix-spaced: "heat-api:" |
| 21 | route-user-agent: '^kube-probe.* donotlog:' |
| 22 | + socket-timeout: 10 |
| 23 | thunder-lock: true |
| 24 | worker-reload-mercy: 80 |
| 25 | wsgi-file: /var/lib/openstack/bin/heat-wsgi-api |
| 26 | @@ -510,15 +515,20 @@ conf: |
| 27 | uwsgi: |
| 28 | add-header: "Connection: close" |
| 29 | buffer-size: 65535 |
| 30 | + chunked-input-limit: 4096000 |
| 31 | die-on-term: true |
| 32 | enable-threads: true |
| 33 | exit-on-reload: false |
| 34 | hook-master-start: unix_signal:15 gracefully_kill_them_all |
| 35 | + http-auto-chunked: true |
| 36 | + http-raw-body: true |
| 37 | lazy-apps: true |
| 38 | log-x-forwarded-for: true |
| 39 | master: true |
| 40 | + need-app: true |
| 41 | procname-prefix-spaced: "heat-api-cfn:" |
| 42 | route-user-agent: '^kube-probe.* donotlog:' |
| 43 | + socket-timeout: 10 |
| 44 | thunder-lock: true |
| 45 | worker-reload-mercy: 80 |
| 46 | wsgi-file: /var/lib/openstack/bin/heat-wsgi-api-cfn |