Skip to content

Commit

Permalink
fix: revert change to enable web3 again for mirror node (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Apr 25, 2024
1 parent fb8da15 commit f72ea80
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions charts/fullstack-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ hedera-mirror-node:
enabled: false
redis:
enabled: false # not needed for default FST use case
web3:
enabled: false
global:
namespaceOverride: "{{ tpl (.Values.global.namespaceOverride | toString) }}"

Expand Down Expand Up @@ -347,6 +345,17 @@ hedera-mirror-node:
effect: "NoSchedule"
monitor:
enabled: false
web3:
nodeSelector: {}
tolerations:
- key: "fullstack-scheduling.io/os"
operator: "Equal"
value: "linux"
effect: "NoSchedule"
- key: "fullstack-scheduling.io/role"
operator: "Equal"
value: "network"
effect: "NoSchedule"

haproxy-ingress:
controller:
Expand Down

0 comments on commit f72ea80

Please sign in to comment.