adjust etcd port

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2022-05-30 22:04:49 +08:00
parent 4eba0e506b
commit 6f3fb6bfe0
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: