Skip to content

Commit

Permalink
Merge pull request #2667 from w3f/polkadot-staging-config
Browse files Browse the repository at this point in the history
Update Staging Configs
  • Loading branch information
wpank authored Mar 1, 2024
2 parents f3a5122 + a1c1a5f commit fb31178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions apps/1kv-backend-staging/templates/kusama-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ spec:
"validatorPrefEnabled": true,
"nominatorEnabled": true,
"locationStatsEnabled": true,
"blockEnabled": true
"blockEnabled": true,
"scorekeeperEnabled": true
},
"db": {
"mongo": {
Expand All @@ -105,7 +106,8 @@ spec:
"scorekeeper": {
"candidates": null,
"forceRound": false,
"nominating": {{ .Values.kusama.be.nominating }}
"nominating": {{ .Values.kusama.be.nominating }},
"dryRun": true
},
"server": {
"port": 3300,
Expand Down
6 changes: 4 additions & 2 deletions apps/1kv-backend-staging/templates/polkadot-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ spec:
"validatorPrefEnabled": true,
"nominatorEnabled": true,
"locationStatsEnabled": true,
"blockEnabled": true
"blockEnabled": true,
"scorekeeperEnabled": true
},
"db": {
"mongo": {
Expand All @@ -104,7 +105,8 @@ spec:
"scorekeeper": {
"candidates": null,
"forceRound": false,
"nominating": {{ .Values.polkadot.be.nominating }}
"nominating": {{ .Values.polkadot.be.nominating }},
"dryRun": true
},
"server": {
"port": 3300,
Expand Down

0 comments on commit fb31178

Please sign in to comment.