From d2385ea16c3e57bfdb43f63d8984722e901f41b9 Mon Sep 17 00:00:00 2001 From: liaozan Date: Sun, 23 Jan 2022 23:15:12 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 9b3b6f5..e9da9bc 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -6,7 +6,7 @@ metadata: labels: app: {APP_NAME} spec: - replicas: 1 + replicas: {REPLICAS} selector: matchLabels: app: {APP_NAME} @@ -39,4 +39,4 @@ spec: initialDelaySeconds: 20 periodSeconds: 10 imagePullSecrets: - - name: kp-schbrain + - name: kp-schbrain \ No newline at end of file -- GitLab