Browse Source

♻️ fix ci/cd bug

Signed-off-by: devad <cossjie@foxmail.com>

Former-commit-id: 0de2982c10
pull/9/head
devad 2 years ago
parent
commit
53f35bc6d5
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      api/pcm-coordinator-api.yaml
  2. +2
    -1
      rpc/pcm-coordinator-rpc.yaml

+ 2
- 1
api/pcm-coordinator-api.yaml View File

@@ -64,4 +64,5 @@ spec:
protocol: TCP
port: 8999
targetPort: 8999
type: ClusterIP
nodePort: 30085
type: NodePort

+ 2
- 1
rpc/pcm-coordinator-rpc.yaml View File

@@ -64,4 +64,5 @@ spec:
protocol: TCP
port: 2004
targetPort: 2004
type: ClusterIP
nodePort: 32456
type: NodePort

Loading…
Cancel
Save