Skip to content

Commit 132db09

Browse files
committed
fix: make flagd replica count configureable in helm chart
Signed-off-by: Matthias Riegler <[email protected]>
1 parent bcdafd2 commit 132db09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

chart/open-feature-operator/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ inProcessConfiguration:
8484

8585
## @section Flagd-proxy configuration
8686
flagdProxyConfiguration:
87+
## @param replicaCount sets the number of replicas for the flagd-proxy deployment.
88+
replicaCount: 1
8789
## @param flagdProxyConfiguration.port Sets the port to expose the sync API on.
8890
port: 8015
8991
## @param flagdProxyConfiguration.managementPort Sets the port to expose the management API on.

config/overlays/helm/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ spec:
6161
value: "{{ .Values.sidecarConfiguration.probesEnabled }}"
6262
- name: FLAGD_PROXY_IMAGE
6363
value: "{{ .Values.flagdProxyConfiguration.image.repository }}"
64+
- name: FLAGD_PROXY_REPLICA_COUNT
65+
value: "{{ .Values.flagdProxyConfiguration.replicaCount }}"
6466
- name: FLAGD_PROXY_TAG
6567
value: "{{ .Values.flagdProxyConfiguration.image.tag }}"
6668
- name: FLAGD_PROXY_PORT

0 commit comments

Comments
 (0)