diff --git a/charts/cf-explorer/templates/consumer-schedules-deployment.yaml b/charts/cf-explorer/templates/consumer-schedules-deployment.yaml index f153e58b..d749a8b8 100644 --- a/charts/cf-explorer/templates/consumer-schedules-deployment.yaml +++ b/charts/cf-explorer/templates/consumer-schedules-deployment.yaml @@ -161,6 +161,8 @@ spec: value: "40000" - name: NATIVE_SCRIPT_INFO_FIXED_DELAY value: "40000" + - name: TOKEN_TX_COUNT_JOB_ENABLED + value: {{ .tokenTxCountJobEnabled | default "true" | quote }} - name: AGG_ANALYTIC_FIXED_DELAY value: "21600000" - name: AGG_ANALYTIC_JOB_ENABLED diff --git a/charts/cf-explorer/values.yaml b/charts/cf-explorer/values.yaml index 8643d1fd..ca95bce7 100644 --- a/charts/cf-explorer/values.yaml +++ b/charts/cf-explorer/values.yaml @@ -383,6 +383,7 @@ consumerSchedules: drepInfoFixedDelay: null governanceInfoJobEnabled: null governanceInfoFixedDelay: null + tokenTxCountJobEnabled: null network: mainnet