blob: 6cea7191af91d188d3ed9fe9b2badda264967593 [file] [log] [blame]
package kube
Component :: "frontend"
deployment: [string]: spec: template: {
metadata: annotations: {
"prometheus.io.scrape": "true"
"prometheus.io.port": "\(spec.containers[0].ports[0].containerPort)"
}
spec: containers: [{
ports: [{containerPort: *7080 | int}] // 7080 is the default
}]
}