Baoyuantop commented on issue #746:
URL:
https://github.com/apache/apisix-helm-chart/issues/746#issuecomment-4205299627
You can specify a static IP or load balancer configuration for Azure by
using `service.annotations` in `values.yaml` (line 172-173). For example:
```yaml
service:
type: LoadBalancer
annotations:
service.beta.kubernetes.io/azure-load-balancer-resource-group: "your-rg"
loadBalancerIP: "your-static-ip"
```
The gateway service template (`service-gateway.yaml` lines 22-25) renders
these annotations onto the Service resource. This is standard Kubernetes usage
for cloud providers.
Closing as this is a usage question. If you still need help, please feel
free to reopen.
--
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]