fix: pcm-core service改成配置NodePort

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

Former-commit-id: d999bbc23e
This commit is contained in:
devad 2023-05-16 09:49:56 +08:00
parent e104b5158a
commit ada4de8303
1 changed files with 2 additions and 1 deletions

View File

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