We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d109a9c commit 23d863dCopy full SHA for 23d863d
catalyst-gateway/blueprint.cue
@@ -121,7 +121,9 @@ project: {
121
}
122
123
124
- port: 3030
+ ports: {
125
+ metrics: port: 3030
126
+ }
127
probes: {
128
liveness: {
129
path: "/api/v1/health/live"
@@ -275,9 +277,9 @@ project: {
275
277
276
278
service: {
279
ports: {
- port: 80
280
+ metrics: 3030
281
- scrape: false
282
+ scrape: true
283
284
285
0 commit comments