Merge pull request #1919 from my-git9/etcdport

adjust etcd port
This commit is contained in:
karmada-bot 2022-06-02 10:08:53 +08:00 committed by GitHub
commit 52c8016962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: