lingsamuel commented on code in PR #644:
URL: https://github.com/apache/apisix-helm-chart/pull/644#discussion_r1369490810
##########
charts/apisix-ingress-controller/values.yaml:
##########
@@ -209,3 +209,27 @@ securityContext: {}
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
+
+gateway:
+ # -- Apache APISIX service type for user access itself
+ type: NodePort
+ externalTrafficPolicy: Cluster
+ # annotations:
+ # service.beta.kubernetes.io/aws-load-balancer-type: nlb
+ # loadBalancerIP: a.b.c.d
+ # loadBalancerSourceRanges:
+ # - "143.231.0.0/16"
+ # -- load balancer ips
+ externalIPs: []
+ nginx:
+ # -- Nginx workerRlimitNoFile
+ workerRlimitNofile: "20480"
+ # -- Nginx worker connections
+ workerConnections: "10620"
+ # -- Nginx worker processes
+ workerProcesses: auto
+ # -- Nginx error logs path
+ errorLog: stderr
+ # -- Nginx error logs level
+ errorLogLevel: warn
+
Review Comment:
Linter failed:
```log
charts/apisix-ingress-controller/values.yaml
236:5 error no new line character at the end of file
(new-line-at-end-of-file)
236:1 error trailing spaces (trailing-spaces)
```
--
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]