diff --git a/gpdev/market-service.yaml b/gpdev/market-service.yaml index 9898648..8a954d5 100644 --- a/gpdev/market-service.yaml +++ b/gpdev/market-service.yaml @@ -5,5 +5,5 @@ metadata: spec: ports: - protocol: TCP - port: 8188 # 必须与 Endpoints 端口一致 - targetPort: 80 \ No newline at end of file + port: 80 # 必须与 Endpoints 端口一致 + targetPort: 8188 \ No newline at end of file