mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/influxdb] replicaCount is ignored on relay deployment
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-influxdb
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
labels: {{- include "influxdb.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: relay
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: {{ .Values.relay.replicaCount }}
|
||||
selector:
|
||||
matchLabels: {{- include "influxdb.matchLabels" . | nindent 6 }}
|
||||
app.kubernetes.io/component: relay
|
||||
|
||||
Reference in New Issue
Block a user