fengxsong commented on code in PR #310:
URL: https://github.com/apache/apisix-helm-chart/pull/310#discussion_r909411664


##########
charts/apisix/values.yaml:
##########
@@ -186,6 +183,11 @@ admin:
     ipList:
       - 127.0.0.1/24
 
+nginx:
+  workerRlimitNofile: "1047552"
+  workerConnections: "16384"

Review Comment:
   nope, if those fields are number type, they will be converted into string 
type while helm command processing, for example, number 1047552 will be 
`1.047552e+06`, then cause apisix gateway fail to started.



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