File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ inProcessConfiguration:
8484
8585# # @section Flagd-proxy configuration
8686flagdProxyConfiguration :
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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments