Marcel van Lohuizen | 02173f8 | 2018-12-20 13:27:07 +0100 | [diff] [blame] | 1 | package kube |
2 | |||||
3 | _component: "frontend" | ||||
4 | |||||
5 | deployment <X> spec template: { | ||||
6 | metadata annotations: { | ||||
7 | "prometheus.io.scrape": "true" | ||||
8 | "prometheus.io.port": "\(spec.containers[0].ports[0].containerPort)" | ||||
9 | } | ||||
10 | spec containers: [{ | ||||
11 | ports: [{containerPort: 7080 | int}] // 7080 is the default | ||||
12 | }] | ||||
13 | } |