philipsens commented on issue #2718: URL: https://github.com/apache/apisix-ingress-controller/issues/2718#issuecomment-3897885512
I did see `publishService` mentioned in the documentation, but it didn't have a clear instruction on the format, so I failed the first couple of times. The `1.8.0` documentation did have some more instructions, but this failed to. I kept getting an error "service not found". After searching a bit in the code I found a clear instruction in an error that I didn't get. https://github.com/apache/apisix-ingress-controller/blob/c48e9b3fb8d269b04b440c6fc5ed6880c05456f3/internal/controller/ingress_controller.go#L708 So I updated the Chart values to: ```yaml service: type: LoadBalancer ingress-controller: enabled: true gatewayProxy: createDefault: true publishService: ingress-apisix/apisix-gateway ``` And that did the job. Thank you for pointing me in the right direction. -- 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]
