fix: pcm-ac-service.yaml 更改为nodePort

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

Former-commit-id: 44777c3833
This commit is contained in:
devad 2023-06-12 19:41:27 +08:00
parent 4496618d42
commit 51094ad8db
1 changed files with 2 additions and 1 deletions

View File

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