blob: be3740469a47e75c82e0f0cb638ee12b02b1e437 [file] [log] [blame]
Mohammed Naser2fd39612024-04-14 13:37:45 -04001diff --git b/glance/values.yaml a/charts/glance/values.yaml
2index d2c3f504..85ddf18b 100644
3--- b/glance/values.yaml
4+++ a/glance/values.yaml
5@@ -393,15 +393,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: "glance-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/glance-wsgi-api