AlinsRan commented on code in PR #877:
URL: https://github.com/apache/apisix-helm-chart/pull/877#discussion_r2389756586
##########
charts/apisix-ingress-controller/values.yaml:
##########
@@ -104,6 +104,12 @@ gatewayProxy:
type: AdminKey
adminKey:
value: "edd1c9f034335f136f87ad84b625c8f1"
+ # -- publishService specifies the LoadBalancer-type Service whose external
address the controller uses to update the
+ # status of Ingress resources. Example:
[Namespace]/[APISIX_LoadBalancer_Service]
+ publishService: apisix-ingress/apisix-gateway
Review Comment:
It should be optional and only applicable to ingress resources.
--
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]