Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
remove some unused tools
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Feb 13, 2024
1 parent ecec4e5 commit 02212d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/msf-1/beacon-metrics-gazer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ beacon-metrics-gazer:

customCommand:
- /beacon-metrics-gazer
- https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>bn.bootnode-1.dencun-msf-1.ethpandaops.io
- https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-msf-1.ethpandaops.io
- --ranges-file
- /custom-config/ranges.yaml
- --port
Expand Down
5 changes: 3 additions & 2 deletions kubernetes/msf-1/blobscan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ blobscan:
fullnameOverride: blobscan-blobscandb

blobscan-indexer:
replicas: 0
fullnameOverride: blobscan-indexer
image:
repository: blossomlabs/blobscan-indexer
tag: latest
pullPolicy: Always
config:
EXECUTION_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@rpc.bootnode-1.dencun-msf-1.ethpandaops.io
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>bn.bootnode-1.dencun-msf-1.ethpandaops.io
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-msf-1.ethpandaops.io

# Blobscan API
blobscan-api:
Expand All @@ -47,7 +48,7 @@ blobscan-api:
tag: latest
pullPolicy: Always
config:
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>bn.bootnode-1.dencun-msf-1.ethpandaops.io
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-msf-1.ethpandaops.io
CHAIN_ID: "1"
ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/msf-1/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

blockscout:
fullnameOverride: blockscout

replicas: 0
image:
repository: blockscout/blockscout
tag: master
Expand Down
1 change: 1 addition & 0 deletions kubernetes/msf-1/dora/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ansible managed. Don't change this file manually. Template info: /vendor/collections/ansible_collections/ethpandaops/general/roles/generate_kubernetes_config/templates/dora.yaml.j2

dora:
replicas: 0
fullnameOverride: dora
image:
repository: ethpandaops/dora
Expand Down

0 comments on commit 02212d0

Please sign in to comment.