mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional.yaml: use lower ports
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
f535bb64f3
commit
c15c8c6116
@ -21,13 +21,13 @@ agent-configs:
|
|||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["https://127.0.0.1:1380"]
|
listen-peer-urls: ["https://127.0.0.1:1380"]
|
||||||
initial-advertise-peer-urls: ["https://127.0.0.1:13800"]
|
initial-advertise-peer-urls: ["https://127.0.0.1:1381"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: true
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
peer-trusted-ca-file: ""
|
peer-trusted-ca-file: ""
|
||||||
initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800
|
initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381
|
||||||
initial-cluster-state: new
|
initial-cluster-state: new
|
||||||
initial-cluster-token: tkn
|
initial-cluster-token: tkn
|
||||||
snapshot-count: 10000
|
snapshot-count: 10000
|
||||||
@ -70,13 +70,13 @@ agent-configs:
|
|||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["https://127.0.0.1:2380"]
|
listen-peer-urls: ["https://127.0.0.1:2380"]
|
||||||
initial-advertise-peer-urls: ["https://127.0.0.1:23800"]
|
initial-advertise-peer-urls: ["https://127.0.0.1:2381"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: true
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
peer-trusted-ca-file: ""
|
peer-trusted-ca-file: ""
|
||||||
initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800
|
initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381
|
||||||
initial-cluster-state: new
|
initial-cluster-state: new
|
||||||
initial-cluster-token: tkn
|
initial-cluster-token: tkn
|
||||||
snapshot-count: 10000
|
snapshot-count: 10000
|
||||||
@ -119,13 +119,13 @@ agent-configs:
|
|||||||
key-file: ""
|
key-file: ""
|
||||||
trusted-ca-file: ""
|
trusted-ca-file: ""
|
||||||
listen-peer-urls: ["https://127.0.0.1:3380"]
|
listen-peer-urls: ["https://127.0.0.1:3380"]
|
||||||
initial-advertise-peer-urls: ["https://127.0.0.1:33800"]
|
initial-advertise-peer-urls: ["https://127.0.0.1:3381"]
|
||||||
peer-auto-tls: true
|
peer-auto-tls: true
|
||||||
peer-client-cert-auth: false
|
peer-client-cert-auth: false
|
||||||
peer-cert-file: ""
|
peer-cert-file: ""
|
||||||
peer-key-file: ""
|
peer-key-file: ""
|
||||||
peer-trusted-ca-file: ""
|
peer-trusted-ca-file: ""
|
||||||
initial-cluster: s1=https://127.0.0.1:13800,s2=https://127.0.0.1:23800,s3=https://127.0.0.1:33800
|
initial-cluster: s1=https://127.0.0.1:1381,s2=https://127.0.0.1:2381,s3=https://127.0.0.1:3381
|
||||||
initial-cluster-state: new
|
initial-cluster-state: new
|
||||||
initial-cluster-token: tkn
|
initial-cluster-token: tkn
|
||||||
snapshot-count: 10000
|
snapshot-count: 10000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user