File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ spec:
136136 value : {{ $.Values.tracing.otlpEndpoint | default "http://localhost:4317" | quote }}
137137 {{ if $.Values.components.timescaledb.enabled }}
138138 # TIMESCALEDB
139+ - name : CANDLE_COLLECTION_ENABLED
140+ value : {{ $.Values.components.oracle.candleCollectionEnabled}}
139141 envFrom :
140142 - secretRef :
141143 name : timescaledb
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ components:
3434 queue : " "
3535 key : " "
3636 port : 8081
37+ candleCollectionEnabled : false
3738 ingress :
3839 enabled : true
3940 class : " nginx"
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ helm upgrade -i "sb-oracle-${NETWORK}" \
7878 --set components.docker_image_tag=" ${DOCKER_IMAGE_TAG} " \
7979 --set components.oracle.enabled=${ORACLE_ENABLED} \
8080 --set components.oracle.image=" ${ORACLE_DOCKER_IMAGE} " \
81+ --set components.oracle.candleCollectionEnabled=" ${CANDLE_COLLECTION_ENABLED} " \
8182 --set components.guardian.enabled=${GUARDIAN_ENABLED} \
8283 --set components.guardian.image=" ${GUARDIAN_DOCKER_IMAGE} " \
8384 --set components.gateway.enabled=${GATEWAY_ENABLED} \
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ LANDING_IMAGE="docker.io/switchboardlabs/oracle-landing-page"
3030LANDING_IMAGE_TAG =" latest"
3131LANDING_NAMESPACE =" switchboard-landing"
3232OTLP_ENDPOINT =" http://sb-log-forwarding-alloy.sb-log-forwarding.svc.cluster.local:4317"
33+ CANDLE_COLLECTION_ENABLED =" true"
You can’t perform that action at this time.
0 commit comments