mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Merge pull request #237 from hardbyte/patch-1
Add default prometheus annotations
This commit is contained in:
commit
f0bcc1a9a5
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: policy-reporter
|
||||
annotations:
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: "8080"
|
||||
spec:
|
||||
serviceAccountName: policy-reporter
|
||||
automountServiceAccountToken: true
|
||||
|
|
Loading…
Reference in a new issue