File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Tier 1 — MySQL database server (cs-db)
55# Tier 2 — Primary CloudStack management server (cs-mgmt-primary)
66# Initialises the database; starts when tier 1 is healthy.
7- # Health check: HTTP GET :8080/client/
7+ # Health check: HTTP GET :8080/client/api
88# Tier 3 — Two additional management servers (cs-mgmt-secondary)
99# Join the existing database; start when tier 2 is healthy.
10- # Health check: HTTP GET :8080/client/
10+ # Health check: HTTP GET :8080/client/api
1111#
1212# NOTE: DB_HOST discovery in tiers 2/3 assumes the MySQL VM hostname
1313# resolves as "cs-db-1" (set by cloud-init). If your network
@@ -258,7 +258,7 @@ spec:
258258 healthChecks :
259259 - type : http
260260 port : 8080
261- path : /client/
261+ path : /client/api
262262 interval : 30s
263263 timeout : 15s
264264
@@ -274,6 +274,6 @@ spec:
274274 healthChecks :
275275 - type : http
276276 port : 8080
277- path : /client/
277+ path : /client/api
278278 interval : 30s
279279 timeout : 15s
You can’t perform that action at this time.
0 commit comments