Skip to content

Commit 23d863d

Browse files
authored
ci(general): fixes cat-gateway metrics scraping (#2678)
1 parent d109a9c commit 23d863d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

catalyst-gateway/blueprint.cue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ project: {
121121
}
122122
}
123123
}
124-
port: 3030
124+
ports: {
125+
metrics: port: 3030
126+
}
125127
probes: {
126128
liveness: {
127129
path: "/api/v1/health/live"
@@ -275,9 +277,9 @@ project: {
275277

276278
service: {
277279
ports: {
278-
port: 80
280+
metrics: 3030
279281
}
280-
scrape: false
282+
scrape: true
281283
}
282284
}
283285
}

0 commit comments

Comments
 (0)