Skip to content

Commit

Permalink
feat: Add new Ethereum clients to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 31, 2025
1 parent 460e356 commit 1a49725
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions roles/generate_kubernetes_config/templates/panda-pulse.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,21 @@ panda-pulse:
config:
network: "{{ ethereum_network_name }}"
discordChannel: "<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.{{ devnet_name }}-devnets.panda_pulse_discord_channel}>"
ethereumCl: "?"
ethereumEl: "?"
ethereumCls:
- grandine
- lighthouse
- lodestar
- nimbus
- prysm
- teku
ethereumEls:
- besu
- erigon
- ethereumjs
- geth
- nethermind
- nimbusel
- reth

secrets:
grafanaServiceToken: "<path:/secrets/services/services.enc.yaml#panda-pulse | jsonPath {.grafana_service_token}>"
Expand All @@ -28,5 +41,3 @@ panda-pulse:
requests:
cpu: 100m
memory: 128Mi


0 comments on commit 1a49725

Please sign in to comment.