Create LoadBalancer and it's external IP from internal subnet

Hi Team,
I have followed weaviate helm charts and while creating load balancer service, added annotation for have External-IP from our internal subnet but it’s always coming from External subnet but again it’s not accessible over port 8080. would like to check if any configuration to be change with in templates which comes from github

weaviate/weaviate-helm/blob/master/weaviate/templates/weaviateService.yaml

service:
name: weaviate
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: “true”
service.beta.kubernetes.io/azure-load-balancer-internal-subnet: internal-node-subnet-name

Regards,
Siva

Would like to check where to define static IP for load balancer service external IP?

Hi @Siva_Yakkanti ! Welcome to our community.

Sorry for the delay here :grimacing:

Were you able to find the answer?

Let me know, otherwise I can poke internally for some help from our team, as I don’t know the answer myself :upside_down_face:

Thanks!