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