diff --git a/apps/kustomization.yaml b/apps/kustomization.yaml index f5a0276c7..3adb37d52 100644 --- a/apps/kustomization.yaml +++ b/apps/kustomization.yaml @@ -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 diff --git a/operators/rabbitmq-system/monitoring/rabbitmq-servicemonitor.yml b/operators/rabbitmq-system/monitoring/rabbitmq-servicemonitor.yml index 7822f3167..a070ce938 100644 --- a/operators/rabbitmq-system/monitoring/rabbitmq-servicemonitor.yml +++ b/operators/rabbitmq-system/monitoring/rabbitmq-servicemonitor.yml @@ -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 @@ -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