Skip to content

Commit 1c40e1a

Browse files
Merge pull request #34 from rh-amarin/update-sentinel-config
HYPERFLEET-866 - feat: update Sentinel Helm chart values to match new schema
2 parents 12999b7 + 4d06533 commit 1c40e1a

2 files changed

Lines changed: 33 additions & 4 deletions

File tree

helm/sentinel-clusters/values.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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

helm/sentinel-nodepools/values.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)