You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
349 B
17 lines
349 B
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
annotations:
|
|
description: A workaround to support a set of backend IPs for solr
|
|
linkerd.io/inject: disabled
|
|
name: solrcloud
|
|
subsets:
|
|
- addresses:
|
|
- ip: 172.20.10.97
|
|
- ip: 172.20.10.98
|
|
- ip: 172.20.10.99
|
|
- ip: 172.20.10.100
|
|
- ip: 172.20.10.101
|
|
ports:
|
|
- name: solr-http
|
|
port: 8080
|