forked from agntcy/slim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreplica-2.yaml
More file actions
48 lines (45 loc) · 1.11 KB
/
Copy pathreplica-2.yaml
File metadata and controls
48 lines (45 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
tracing:
log_level: debug
display_thread_names: true
display_thread_ids: true
runtime:
n_cores: 0
thread_name: "slim-data-plane"
drain_timeout: 10s
services:
slim/0:
node_id: slim-2
dataplane:
servers:
- endpoint: "0.0.0.0:46358"
tls:
insecure: true
controller:
servers:
- endpoint: "0.0.0.0:47358"
tls:
insecure: true
peers:
deployment_name: "thegroup"
topology: "full_mesh"
discovery:
type: static
peers:
- node_id: "slim-1"
endpoint: "http://127.0.0.1:46357"
tls:
insecure: true
- node_id: "slim-2"
endpoint: "http://127.0.0.1:46358"
tls:
insecure: true
- node_id: "slim-3"
endpoint: "http://127.0.0.1:46359"
tls:
insecure: true
- node_id: "slim-4"
endpoint: "http://127.0.0.1:46360"
tls:
insecure: true