Update etcd default ports for v3, and validate tests

This commit is contained in:
Timothy St. Clair
2016-08-10 15:39:36 -05:00
parent aedeccda95
commit 730fc70107
26 changed files with 46 additions and 46 deletions

View File

@@ -16,9 +16,9 @@ spec:
- --listen-peer-urls
- http://${NODE_IP}:2380
- --advertise-client-urls
- http://${NODE_IP}:4001
- http://${NODE_IP}:2379
- --listen-client-urls
- http://127.0.0.1:4001
- http://127.0.0.1:2379
- --data-dir
- /var/etcd/data
- --discovery
@@ -27,8 +27,8 @@ spec:
- containerPort: 2380
hostPort: 2380
name: serverport
- containerPort: 4001
hostPort: 4001
- containerPort: 2379
hostPort: 2379
name: clientport
volumeMounts:
- mountPath: /var/etcd