Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
# you can do something like below to allow your deployment repo
# to define the exact versions that you want to use
# you will need to replace your $DEPLOY_URL and $DEPLOY_REF
#patches:
# patches:
# - target:
# group: argoproj.io
# version: v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: ServiceMonitor
metadata:
name: rabbitmq
namespace: rabbitmq-system
# If labels are defined in spec.serviceMonitorSelector.matchLabels of your deployed Prometheus object, make sure to include them here.
spec:
endpoints:
- port: prometheus
Expand All @@ -16,12 +15,7 @@ spec:
interval: 15s
scrapeTimeout: 14s
tlsConfig:
insecureSkipVerify: true # set to false and uncomment lines below to enable tls verification
# ca:
# secret:
# key: ca.crt
# name: tls-secret # name of the secret containing the CA cert which signed the RabbitMQ Prometheus TLS cert
# serverName: '*.RABBITMQ-INSTANCE-NAME.NAMESPACE.svc.cluster.local'
insecureSkipVerify: true
- port: prometheus
scheme: http
path: /metrics/detailed
Expand Down