Skip to content

Commit

Permalink
add stats
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 23, 2024
1 parent 7520a6c commit 8f99fd1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions kubernetes/devnet-4/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ blockscout-stack:
image:
repository: blockscout/blockscout
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
env:
ETHEREUM_JSONRPC_VARIANT: "geth"
ETHEREUM_JSONRPC_HTTP_URL: http://geth-teku-001:8545
Expand All @@ -54,6 +54,7 @@ blockscout-stack:
hostname: explorer-api.pectra-devnet-4.ethpandaops.io
tls:
enabled: true

extraVolumes:
- name: config-update
emptyDir: {}
Expand Down Expand Up @@ -101,14 +102,23 @@ blockscout-stack:
NEXT_PUBLIC_API_HOST: explorer-api.pectra-devnet-4.ethpandaops.io
NEXT_PUBLIC_API_PROTOCOL: https
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL: wss
#NEXT_PUBLIC_STATS_API_HOST: blockscout-stack-blockscout-svc
NEXT_PUBLIC_NETWORK_NAME: pectra-devnet-4
NEXT_PUBLIC_NETWORK_ID: 7042905162
NEXT_PUBLIC_NETWORK_RPC_URL: https://rpc.pectra-devnet-4.ethpandaops.io
NEXT_PUBLIC_APP_HOST: explorer.pectra-devnet-4.ethpandaops.io
NEXT_PUBLIC_APP_PROTOCOL: https
NEXT_PUBLIC_AD_BANNER_PROVIDER: none
NEXT_PUBLIC_AD_TEXT_PROVIDER: none
NEXT_PUBLIC_STATS_API_HOST: explorer-stats.pectra-devnet-4.ethpandaops.io

stats:
enabled: true
ingress:
enabled: true
className: ingress-nginx-public
hostname: explorer-stats.pectra-devnet-4.ethpandaops.io
tls:
enabled: true

postgresql:
enabled: true
Expand Down

0 comments on commit 8f99fd1

Please sign in to comment.