otienoanyango opened a new issue #400:
URL: https://github.com/apache/solr-operator/issues/400
I have a setup on Google Kubernetes Engine where I deploy a cluster in each
of three regions. To index data, I need access from outside the cluster, but
all I need is an internal IP. I am using annotations that GKE provides for
this but it requires being able to set `spec.Type: LoadBalancer` for the
service.
```yaml
apiVersion: v1
kind: Service
metadata:
annotations:
cloud.google.com/neg: '{"ingress":true}'
networking.gke.io/internal-load-balancer-allow-global-access: "true"
networking.gke.io/load-balancer-type: Internal
spec:
type: LoadBalancer
...
```
is there a way to set the type for the commonService
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]