File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
charts/eth-validator-watcher Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # Kubernetes config.
1+ # Kubernetes config, likely no need to tweak those unless you know
2+ # what you are doing and need specific tweaks.
23
34replicaCount : 1
45
56image :
67 repository : ghcr.io/kilnfi/eth-validator-watcher
78 pullPolicy : IfNotPresent
8- tag : 1.0.0-beta8
9+ tag : 1.0.0-beta.8
910
1011nameOverride : " "
1112fullnameOverride : " "
@@ -49,12 +50,13 @@ podMonitor:
4950 relabelings : []
5051
5152# Here is the actual configuration of the watcher. This needs to be
52- # edited to your environment / setup.
53- config :
53+ # edited to your environment / setup / keys.
54+
55+ config : |
5456 beacon_url: http://beacon-url:5051
5557 beacon_timeout_sec: 90
5658 network: network-name
5759 metrics_port: 8000
5860 watched_keys:
59- - public_key : [ '989fa046d04b41fc95a04dabb7ab8b64e84afaa85c0aa49e1c6878d7b2814094402d62ae42dfbf3ac72e6770ee0926a8']
61+ - public_key: '989fa046d04b41fc95a04dabb7ab8b64e84afaa85c0aa49e1c6878d7b2814094402d62ae42dfbf3ac72e6770ee0926a8'
6062 labels: ['operator:kiln', 'vc:prysm-validator-1']
You can’t perform that action at this time.
0 commit comments