From fbd7c4bcef652565ad9ae7c8d61dd6a7f9f3d1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Tue, 10 May 2022 07:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deploy.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.yaml b/deploy.yaml index 2be772f..e28ec82 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -46,9 +46,9 @@ metadata: namespace: yanxuan spec: ports: - - port: 3000 + - port: $JAR_PORD protocol: TCP - targetPort: 3000 + targetPort: $JAR_PORD selector: app: $IMAGES type: ClusterIP