ngclinflows commented on code in PR #909:
URL: https://github.com/apache/apisix-helm-chart/pull/909#discussion_r2560750582
##########
charts/apisix/values.yaml:
##########
@@ -585,6 +585,9 @@ apisix:
ip: "0.0.0.0"
port: 7085
+ trustedAddresses:
Review Comment:
```suggestion
# -- When configured, APISIX will trust the `X-Forwarded-*` Headers passed
in requests from the IP/CIDR in the list.
trustedAddresses:
```
##########
charts/apisix/values.yaml:
##########
@@ -585,6 +585,9 @@ apisix:
ip: "0.0.0.0"
port: 7085
+ trustedAddresses:
Review Comment:
Then run `make helm-docs` again like @bzp2010 proposed. This will add the
comment as a description in the `README.md` file
--
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]