mikyll commented on issue #803:
URL: 
https://github.com/apache/apisix-helm-chart/issues/803#issuecomment-2663145316

   Have you tried using `apisix.nginx.configurationSnippet` field ? 👀
   
   Have a look at 
[values.yaml#L430](https://github.com/apache/apisix-helm-chart/blob/9bee0ad346a7919a84c45d022b83485191b709b5/charts/apisix/values.yaml#L430).
 This maps to 
[conf/config.yaml#L187](https://github.com/apache/apisix/blob/c1cf6c87413836b4263617e6f82aacaf60576094/conf/config.yaml.example#L187),
 as you can see in [these 
lines](https://github.com/apache/apisix-helm-chart/blob/9bee0ad346a7919a84c45d022b83485191b709b5/charts/apisix/templates/configmap.yaml#L209-L226)
 from the ConfigMap template.
   
   Example `values.yaml`:
   
   ```yaml
   apisix:
     nginx:
       configurationSnippet:
         httpSrv: |
           proxy_buffer_size 16k;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to