templates: Add prometheus scrape annotations to composer-api
This commit is contained in:
parent
155a887bd1
commit
7f86dae69b
1 changed files with 3 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ objects:
|
|||
labels:
|
||||
app: composer
|
||||
port: composer-api
|
||||
annotations:
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/scrape: 'true'
|
||||
spec:
|
||||
ports:
|
||||
- name: composer-api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue