diff options
Diffstat (limited to 'templates/data-router-deployment.yaml')
-rw-r--r-- | templates/data-router-deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/data-router-deployment.yaml b/templates/data-router-deployment.yaml index 06dbc91..5a7f9e9 100644 --- a/templates/data-router-deployment.yaml +++ b/templates/data-router-deployment.yaml @@ -5,6 +5,7 @@ metadata: name: data-router namespace: "{{ .Values.nsPrefix }}-aai" spec: + replicas: {{ .Values.dataRouterReplicas }} selector: matchLabels: app: data-router |