From 6b6adf3535ec2a4026d0eb5f6323620e69f0cfdf Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Fri, 6 Dec 2024 12:18:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(service):=20=E4=BF=AE=E6=94=B9=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=9B=AE=E6=A0=87=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 service.yaml 文件中的 targetPort 从 80 改为 8000 - 此修改是为了更好地适应应用的实际需求 --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 1c92a82..27652f6 100644 --- a/service.yaml +++ b/service.yaml @@ -8,4 +8,4 @@ spec: ports: - protocol: TCP port: 80 - targetPort: 80 + targetPort: 8000