Skip to content

Commit d3c1a7c

Browse files
authored
docs: remove stale index node ids refs (#1148)
1 parent bea354e commit d3c1a7c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

k8s/base/indexer-agent/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ spec:
5454
secretKeyRef:
5555
name: ethereum
5656
key: url
57-
- name: INDEXER_AGENT_INDEX_NODE_IDS
58-
value: index-node-0
5957
- name: INDEXER_AGENT_GRAPH_NODE_QUERY_ENDPOINT
6058
value: http://query-node.default.svc.cluster.local/
6159
- name: INDEXER_AGENT_GRAPH_NODE_ADMIN_ENDPOINT

k8s/overlays/indexer_agent.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ spec:
88
containers:
99
- name: indexer-agent
1010
env:
11-
# Set this so it matches the index node pods
12-
- name: INDEXER_AGENT_INDEX_NODE_IDS
13-
value: index_node_0,index_node_1
14-
1511
# Set this to your indexer's lat, long coordinates
1612
- name: INDEXER_AGENT_INDEXER_GEO_COORDINATES
1713
value: "0.00 0.00"

packages/indexer-agent/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ To use the Indexer Agent in Multi Network Mode, set the environment variable
182182
Start the Agent in multiple Protocol Networks
183183
184184
Indexer Infrastructure
185-
--index-node-ids Node IDs of Graph nodes to use for indexing
186-
(separated by commas) [array] [required]
187185
--indexer-management-port Port to serve the indexer management API at
188186
[number] [default: 8000]
189187
--metrics-port Port to serve Prometheus metrics at
@@ -226,4 +224,4 @@ Options:
226224

227225
Copyright © 2020 The Graph Foundation
228226

229-
Licensed under the [MIT license](LICENSE).
227+
Licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)