sukolenvo commented on issue #427:
URL: https://github.com/apache/solr-operator/issues/427#issuecomment-2635513779
BTW here is zookeeper operator headless service: all ports are prefixed with
`tcp-` - one more option to consider
```yaml
ports:
- name: tcp-client
port: 2181
protocol: TCP
targetPort: 2181
- name: tcp-quorum
port: 2888
protocol: TCP
targetPort: 2888
- name: tcp-leader-election
port: 3888
protocol: TCP
targetPort: 3888
- name: tcp-metrics
port: 7000
protocol: TCP
targetPort: 7000
- name: tcp-admin-server
port: 8080
protocol: TCP
targetPort: 8080
```
--
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]