Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/inventories/devnet-8/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ gen_kubernetes_config_dora_execution_endpoints_url: https://raw.githubuserconten
gen_kubernetes_config_dora_consensus_endpoints_url: https://raw.githubusercontent.com/ethpandaops/{{ devnet_name }}-devnets/refs/heads/master/kubernetes/{{
network_iteration }}/dora/endpoints-cl.yaml
gen_kubernetes_config_dora_api_secret: "{{ secret_dora_api_key }}"
gen_kubernetes_config_dora_xatu_enabled: true
# Startup-scheduled assertoor tests. deploy-eip8282-contracts performs the
# manual pre-gloas deployment of the builder request contracts, since genesis
# omits them (DEPLOY_EIP8282_CONTRACTS=false). Rendering this list needs the
Expand Down
14 changes: 14 additions & 0 deletions kubernetes/devnet-8/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ dora:
value: "*"
- name: FRONTEND_ENABLE_DAS_GUARDIAN_MASS_SCAN
value: "true"
- name: XATU_ENABLED
value: "true"
- name: XATU_NETWORK_NAME
value: "glamsterdam-devnet-8"
- name: XATU_RAW_CLICKHOUSE_DSN
value: "https://pandaops-dora:<path:/secrets/services/services.enc.yaml#clickhouse | jsonPath {.raw.chproxy.pandaops-dora}>@clickhouse.xatu.ethpandaops.io"
- name: XATU_RAW_CLICKHOUSE_CACHED_DSN
value: "https://pandaops-dora:<path:/secrets/services/services.enc.yaml#clickhouse | jsonPath {.raw.chproxy.pandaops-dora}>@clickhouse-raw-cached.xatu.ethpandaops.io"
- name: XATU_CBT_CLICKHOUSE_DSN
value: "https://pandaops-dora:<path:/secrets/services/services.enc.yaml#clickhouse | jsonPath {.refined.chproxy.pandaops-dora}>@clickhouse-refined.xatu.ethpandaops.io"
- name: XATU_CBT_CLICKHOUSE_CACHED_DSN
value: "https://pandaops-dora:<path:/secrets/services/services.enc.yaml#clickhouse | jsonPath {.refined.chproxy.pandaops-dora}>@clickhouse-refined-cached.xatu.ethpandaops.io"
- name: XATU_CBT_DATABASE
value: "glamsterdam-devnet-8"
postgresql:
name: "dora-postgresql"
fullnameOverride: "dora-postgresql"
Expand Down
Loading