gxthrj commented on issue #2839:
URL: https://github.com/apache/apisix/issues/2839#issuecomment-733452579


   Hi @ziyou434 
   The `config-default.yaml` in Apache APISIX is the default config file, It 
contains the most complete configuration items, and no modification is required 
by default.
   
   The most need to care about is `config.yaml` when deploying Apache APISIX .  
The `config.yaml` is a subset of `config-default.yaml`, before running Apache 
APISIX, the two files will be merged, replacing `config-default.yaml` with the 
value in `config.yaml`.
   
   In helm charts, it is the 
[configmap.yaml](https://github.com/apache/apisix-helm-chart/blob/master/chart/apisix/templates/configmap.yaml)
 and 
[values.yaml](https://github.com/apache/apisix-helm-chart/blob/master/chart/apisix/values.yaml),
 we define the configuration that needs to be changed in `values.yaml`. Please 
note that `array type` of configuration items must be replaced in full.
   
   Apache APISIX will release 2.1 soon, we also need to update the [helm 
chart](https://github.com/apache/apisix-helm-chart), for release, I plan to 
start this work this week, and everyone is welcome to participate.


----------------------------------------------------------------
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.

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


Reply via email to