File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,24 @@ hyperfleet-sentinel:
66 registry : CHANGE_ME
77
88 config :
9+ sentinel :
10+ name : hyperfleet-sentinel-clusters
11+
912 resourceType : clusters
1013 resourceSelector : []
11- hyperfleetApi :
12- baseUrl : http://hyperfleet-api:8000
14+
15+ debugConfig : false
16+
17+ log :
18+ level : info
19+ format : json
20+ output : stdout
21+
22+ clients :
23+ hyperfleetApi :
24+ baseUrl : http://hyperfleet-api:8000
25+ version : v1
26+ timeout : 10s
1327
1428 broker :
1529 type : googlepubsub
Original file line number Diff line number Diff line change @@ -6,10 +6,25 @@ hyperfleet-sentinel:
66 registry : CHANGE_ME
77
88 config :
9+ sentinel :
10+ name : hyperfleet-sentinel-nodepools
11+
912 resourceType : nodepools
1013 resourceSelector : []
11- hyperfleetApi :
12- baseUrl : http://hyperfleet-api:8000
14+
15+ debugConfig : false
16+
17+ log :
18+ level : info
19+ format : json
20+ output : stdout
21+
22+ clients :
23+ hyperfleetApi :
24+ baseUrl : http://hyperfleet-api:8000
25+ version : v1
26+ timeout : 10s
27+
1328 messageData :
1429 id : " resource.id"
1530 kind : " resource.kind"
You can’t perform that action at this time.
0 commit comments