mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Endpoints",
|
|
"metadata": {
|
|
"annotations": {
|
|
"description": "A workaround to support a set of backend IPs for solr",
|
|
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Endpoints\",\"metadata\":{\"annotations\":{\"description\":\"A workaround to support a set of backend IPs for solr\",\"linkerd.io/inject\":\"disabled\"},\"labels\":{\"app.kubernetes.io/instance\":\"guestbook\"},\"name\":\"solrcloud\",\"namespace\":\"default\"},\"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},{\"name\":\"solr-https\",\"port\":8443},{\"name\":\"solr-node\",\"port\":8983,\"protocol\":\"UDP\"},{\"name\":\"solr-zookeeper\",\"port\":9983}]}]}\n",
|
|
"linkerd.io/inject": "disabled"
|
|
},
|
|
"creationTimestamp": null,
|
|
"labels": {
|
|
"app.kubernetes.io/instance": "guestbook"
|
|
},
|
|
"managedFields": [
|
|
{
|
|
"apiVersion": "v1",
|
|
"fieldsType": "FieldsV1",
|
|
"fieldsV1": {
|
|
"f:metadata": {
|
|
"f:annotations": {
|
|
".": {},
|
|
"f:description": {},
|
|
"f:kubectl.kubernetes.io/last-applied-configuration": {},
|
|
"f:linkerd.io/inject": {}
|
|
},
|
|
"f:labels": {
|
|
".": {},
|
|
"f:app.kubernetes.io/instance": {}
|
|
}
|
|
},
|
|
"f:subsets": {}
|
|
},
|
|
"manager": "main",
|
|
"operation": "Update",
|
|
"time": null
|
|
}
|
|
],
|
|
"name": "solrcloud",
|
|
"namespace": "default",
|
|
"resourceVersion": "2336",
|
|
"uid": "439a86ee-cbf9-4717-9ce3-d44079333a27"
|
|
},
|
|
"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,
|
|
"protocol": "TCP"
|
|
},
|
|
{
|
|
"name": "solr-https",
|
|
"port": 8443,
|
|
"protocol": "TCP"
|
|
},
|
|
{
|
|
"name": "solr-node",
|
|
"port": 8983,
|
|
"protocol": "UDP"
|
|
},
|
|
{
|
|
"name": "solr-zookeeper",
|
|
"port": 9983,
|
|
"protocol": "TCP"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |