Skip to content
Snippets Groups Projects
Commit d5a5b78e authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

kubernetes: add prometheus scraping annotations

parent 22491fcc
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ metadata:
labels:
app.kubernetes.io/component: backend-go
app.kubernetes.io/part-of: villas-web
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '4000'
prometheus.io/path: '/metrics'
name: backend-go
spec:
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment