Skip to content

Commit b6e688a

Browse files
refactor: Update default config
Signed-off-by: Mahendra Paipuri <[email protected]>
1 parent debe1ab commit b6e688a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/ceems_lb/defaults/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ ceems_lb_config:
1414
strategy: round-robin
1515
backends:
1616
- id: default
17-
tsdb_urls:
18-
- http://localhost:9090
17+
tsdb:
18+
- web:
19+
url: http://localhost:9090
1920
ceems_api_server_config: {}
2021
ceems_api_server_clusters_config: []
2122
ceems_lb_cli_args: []

0 commit comments

Comments
 (0)