From 1cb6e5007c10d8ea0bbead5ffe3eaef83b7b26b9 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Tue, 21 Jan 2025 19:47:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20auth-deployment.ya?= =?UTF-8?q?ml=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auth-deployment.yaml | 1 + values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/auth-deployment.yaml b/templates/auth-deployment.yaml index 496d8ea..be19a32 100644 --- a/templates/auth-deployment.yaml +++ b/templates/auth-deployment.yaml @@ -26,4 +26,5 @@ spec: memory: "64Mi" cpu: "200m" restartPolicy: Always +--- {{- end }} \ No newline at end of file diff --git a/values.yaml b/values.yaml index c0702e6..2e005d7 100644 --- a/values.yaml +++ b/values.yaml @@ -8,4 +8,4 @@ deployments: - name: auth replicas: 2 - name: facade - replicas: 3 \ No newline at end of file + replicas: 3