Skip to content

Commit fe79fb5

Browse files
committed
examples/apache-cloudstack-mgmt.yaml: fix health check path
1 parent 9cc444b commit fe79fb5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/apache-cloudstack-mgmt.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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

0 commit comments

Comments
 (0)