Skip to content
Merged
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
4 changes: 3 additions & 1 deletion ansible/inventories/devnet-2/group_vars/ethereum_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ ethereum_node_docker_watchtower_containers_list:
- execution
- beacon
- validator
# TODO: Remove this container_image once there's a release > v1.13.1 (By default it will use latest)
# We're using latest-dev mainly due to https://github.com/nicholas-fedor/watchtower/pull/1182
docker_watchtower_container_image: "ghcr.io/nicholas-fedor/watchtower:latest-dev"
docker_watchtower_container_additional_args:
- --interval=120 # 2 minutes
- --stop-timeout=300s # 5 minutes

ethereum_node_grafana_alloy_enabled: true
alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"
Expand Down