blob: b2a3007b59f37eb160abcb179e76f4bda7a15830 [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
}]
}