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 successThreshold: 1
timeoutSeconds: 10 timeoutSeconds: 10
ports: ports:
- containerPort: 2369 - containerPort: 2379
name: client name: client
protocol: TCP protocol: TCP
- containerPort: 2370 - containerPort: 2380
name: server name: server
protocol: TCP protocol: TCP
volumeMounts: volumeMounts:

View File

@ -61,10 +61,10 @@ spec:
fieldRef: fieldRef:
fieldPath: metadata.name fieldPath: metadata.name
ports: ports:
- containerPort: 2369 - containerPort: 2379
name: client name: client
protocol: TCP protocol: TCP
- containerPort: 2370 - containerPort: 2380
name: server name: server
protocol: TCP protocol: TCP
resources: resources: