8 Nov
2025
8 Nov
'25
12:50 a.m.
I had a similar issue, and what worked for me was copying certain relevant configurations from Atmosphere's values into my own configuration. My values are: ``` conf: glance: # DEFAULT: # workers: 2 glance_api_uwsgi: uwsgi: chunked-input-limit: "4096000" http-auto-chunked: true http-raw-body: true socket-timeout: 10 ``` I copied unique, unset values from here: https://github.com/vexxhost/atmosphere/blob/main/charts/glance/values.yaml