adjust etcd port
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
4eba0e506b
commit
6f3fb6bfe0
|
@ -46,10 +46,10 @@ spec:
|
|||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
ports:
|
||||
- containerPort: 2369
|
||||
- containerPort: 2379
|
||||
name: client
|
||||
protocol: TCP
|
||||
- containerPort: 2370
|
||||
- containerPort: 2380
|
||||
name: server
|
||||
protocol: TCP
|
||||
volumeMounts:
|
||||
|
|
|
@ -61,10 +61,10 @@ spec:
|
|||
fieldRef:
|
||||
fieldPath: metadata.name
|
||||
ports:
|
||||
- containerPort: 2369
|
||||
- containerPort: 2379
|
||||
name: client
|
||||
protocol: TCP
|
||||
- containerPort: 2370
|
||||
- containerPort: 2380
|
||||
name: server
|
||||
protocol: TCP
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue