Skip to content

Commit

Permalink
feat(rabbitmq): updated configuration to support Prometheus (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Oct 25, 2024
1 parent ebe6525 commit 35f779a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,6 @@ rabbitmq:
username: guest
password: guest
nameOverride: ""

pdb:
create: true
persistence:
Expand All @@ -2302,7 +2301,6 @@ rabbitmq:
# enabled: true
# type: relative
# value: 0.4

extraSecrets:
load-definition:
load_definition.json: |
Expand Down Expand Up @@ -2348,6 +2346,13 @@ rabbitmq:
# serviceAccount:
# create: false
# name: rabbitmq
metrics:
enabled: false
serviceMonitor:
enabled: false
path: "/metrics/per-object" # https://www.rabbitmq.com/docs/prometheus
labels:
release: "prometheus-operator" # helm release of kube-prometheus-stack

memcached:
memoryLimit: "2048"
Expand Down

0 comments on commit 35f779a

Please sign in to comment.