kworkbee commented on code in PR #739:
URL: https://github.com/apache/apisix-helm-chart/pull/739#discussion_r1531819228


##########
charts/apisix/README.md:
##########
@@ -132,6 +132,25 @@ The command removes all the Kubernetes components 
associated with the chart and
 | autoscaling.targetCPUUtilizationPercentage | int | `80` |  |
 | autoscaling.targetMemoryUtilizationPercentage | int | `80` |  |
 | autoscaling.version | string | `"v2"` | HPA version, the value is "v2" or 
"v2beta1", default "v2" |
+| configurationSnippet | object | 
`{"httpAdmin":"","httpEnd":"","httpSrv":"","httpStart":"","main":"","stream":""}`
 | Custom configuration snippet. |
+| control.enabled | bool | `true` | Enable Control API |
+| control.ingress | object | 
`{"annotations":{},"enabled":false,"hosts":[{"host":"apisix-control.local","paths":["/*"]}],"tls":[]}`
 | Using ingress access Apache APISIX Control service |
+| control.ingress.annotations | object | `{}` | Ingress annotations |
+| control.ingress.hosts | list | 
`[{"host":"apisix-control.local","paths":["/*"]}]` | Ingress Class Name 
className: "nginx" |
+| control.service.annotations | object | `{}` | Control annotations |
+| control.service.externalIPs | list | `[]` | IPs for which nodes in the 
cluster will also accept traffic for the servic |
+| control.service.ip | string | `"127.0.0.1"` | which ip to listen on for 
Apache APISIX Control API |
+| control.service.port | int | `9090` | which port to use for Apache APISIX 
Control API |
+| control.service.servicePort | int | `9090` | Service port to use for Apache 
APISIX Control API |
+| control.service.type | string | `"ClusterIP"` | Control service type |
+| customPlugins | object | 
`{"enabled":false,"luaPath":"/opts/custom_plugins/?.lua","plugins":[{"attrs":{},"configMap":{"mounts":[{"key":"the-file-name","path":"mount-path"}],"name":"configmap-name"},"name":"plugin-name"}]}`
 | customPlugins allows you to mount your own HTTP plugins. |
+| customPlugins.enabled | bool | `false` | Whether to configure some custom 
plugins |

Review Comment:
   I wonder why these values referred as the differences?



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to