summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/templates/msb-eag-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/msb/templates/msb-eag-deployment.yaml')
-rw-r--r--kubernetes/msb/templates/msb-eag-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/templates/msb-eag-deployment.yaml b/kubernetes/msb/templates/msb-eag-deployment.yaml
index 45b8879bb3..eb75cd9e42 100644
--- a/kubernetes/msb/templates/msb-eag-deployment.yaml
+++ b/kubernetes/msb/templates/msb-eag-deployment.yaml
@@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: msb-eag
spec:
- replicas: 2
+ replicas: {{ .Values.eagReplicas }}
selector:
matchLabels:
app: msb-eag