From 1e86eeec9519e0ba703db131c5100bc290f8856c Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Jul 2026 21:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20prod=20nodePorts=20=E2=80=94=20avoid=20c?= =?UTF-8?q?onflict=20with=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prod/service-lpt-be.yaml | 2 +- prod/service-lpt-fe.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prod/service-lpt-be.yaml b/prod/service-lpt-be.yaml index 1fc7c8e..9b7d56c 100644 --- a/prod/service-lpt-be.yaml +++ b/prod/service-lpt-be.yaml @@ -12,5 +12,5 @@ spec: ports: - port: 8888 targetPort: 8888 - nodePort: 30082 + nodePort: 30182 protocol: TCP diff --git a/prod/service-lpt-fe.yaml b/prod/service-lpt-fe.yaml index 04467e9..e048ef9 100644 --- a/prod/service-lpt-fe.yaml +++ b/prod/service-lpt-fe.yaml @@ -12,5 +12,5 @@ spec: ports: - port: 80 targetPort: 80 - nodePort: 30080 + nodePort: 30180 protocol: TCP