From 196c324f645478df4be27fab37973e909f54aa81 Mon Sep 17 00:00:00 2001 From: William Tam Date: Mon, 5 Oct 2020 08:42:09 -0400 Subject: [PATCH] add endpoints for testing --- guestbook/endpoints.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guestbook/endpoints.yaml diff --git a/guestbook/endpoints.yaml b/guestbook/endpoints.yaml new file mode 100644 index 0000000..a2c8aef --- /dev/null +++ b/guestbook/endpoints.yaml @@ -0,0 +1,17 @@ +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 \ No newline at end of file