blob: d896430da4c9886b2899b76630d54d822f9b78ff [file] [log] [blame]
package kube
Component :: "frontend"
deployment: <X>: 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
}]
}