From 0ac65912f0c6070efb11b6c3594b169dc9fa1fb9 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 13:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloud/deploy/ruoyi-nginx.?= =?UTF-8?q?yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/deploy/ruoyi-nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/deploy/ruoyi-nginx.yaml b/cloud/deploy/ruoyi-nginx.yaml index 39860a4..9de7ae8 100644 --- a/cloud/deploy/ruoyi-nginx.yaml +++ b/cloud/deploy/ruoyi-nginx.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: ruoyi-nginx spec: - replicas: 1 + replicas: REPLICAS selector: matchLabels: app: ruoyi-nginx @@ -14,7 +14,7 @@ spec: spec: containers: - name: ruoyi-nginx - image: 192.168.75.181/library/html:v1.0 + image: HARBOR_HOST/NAMESPACE_NAME/REPOSITORY_NAME:TAG imagePullPolicy: Always ports: - containerPort: 80