Skip to content

Commit

Permalink
Merge pull request #677 from AndreiBanaruTakeda/annotate-brupop-contr…
Browse files Browse the repository at this point in the history
…oller-deployment

Allow brupop-controller-deployment pods to be discovered by Splunk otel-collector
  • Loading branch information
ytsssun authored Oct 14, 2024
2 parents 1e346a4 + 5d233cf commit 5c664ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bottlerocket-update-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,9 @@ spec:
type: Recreate
template:
metadata:
annotations:
prometheus.io/port: "8080"
prometheus.io/scrape: "true"
labels:
brupop.bottlerocket.aws/component: brupop-controller
namespace: brupop-bottlerocket-aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
type: Recreate
template:
metadata:
annotations:
prometheus.io/port: "8080"
prometheus.io/scrape: "true"
labels:
brupop.bottlerocket.aws/component: brupop-controller
{{- if .Values.podLabels }}
Expand Down

0 comments on commit 5c664ff

Please sign in to comment.