Commit d2385ea1 authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent 370cd4ef
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
labels: labels:
app: {APP_NAME} app: {APP_NAME}
spec: spec:
replicas: 1 replicas: {REPLICAS}
selector: selector:
matchLabels: matchLabels:
app: {APP_NAME} app: {APP_NAME}
...@@ -39,4 +39,4 @@ spec: ...@@ -39,4 +39,4 @@ spec:
initialDelaySeconds: 20 initialDelaySeconds: 20
periodSeconds: 10 periodSeconds: 10
imagePullSecrets: imagePullSecrets:
- name: kp-schbrain - name: kp-schbrain
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment