diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 9b3b6f5853c0b2dada0ee3432a0f32319810e09b..e9da9bce38297d5335e9979fee956f70992c2ead 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