File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
operators/rabbitmq-system/monitoring Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ resources:
13
13
# you can do something like below to allow your deployment repo
14
14
# to define the exact versions that you want to use
15
15
# you will need to replace your $DEPLOY_URL and $DEPLOY_REF
16
- # patches:
16
+ # patches:
17
17
# - target:
18
18
# group: argoproj.io
19
19
# version: v1alpha1
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kind: ServiceMonitor
4
4
metadata :
5
5
name : rabbitmq
6
6
namespace : rabbitmq-system
7
- # If labels are defined in spec.serviceMonitorSelector.matchLabels of your deployed Prometheus object, make sure to include them here.
8
7
spec :
9
8
endpoints :
10
9
- port : prometheus
16
15
interval : 15s
17
16
scrapeTimeout : 14s
18
17
tlsConfig :
19
- insecureSkipVerify : true # set to false and uncomment lines below to enable tls verification
20
- # ca:
21
- # secret:
22
- # key: ca.crt
23
- # name: tls-secret # name of the secret containing the CA cert which signed the RabbitMQ Prometheus TLS cert
24
- # serverName: '*.RABBITMQ-INSTANCE-NAME.NAMESPACE.svc.cluster.local'
18
+ insecureSkipVerify : true
25
19
- port : prometheus
26
20
scheme : http
27
21
path : /metrics/detailed
You can’t perform that action at this time.
0 commit comments