From 1430b4b6463a57c17a88f69c2a252de1d51e57c7 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Mon, 21 Nov 2022 15:54:04 +0100 Subject: [PATCH] removed test ServiceMonitor --- templates/test_service_montitor.yaml | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 templates/test_service_montitor.yaml diff --git a/templates/test_service_montitor.yaml b/templates/test_service_montitor.yaml deleted file mode 100644 index fb08d64..0000000 --- a/templates/test_service_montitor.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor - -metadata: - # The name of the service monitor - name: test-servicemonitor - # The namespace it will be in - namespace: mobene-nsodev - labels: - # How to find this service monitor - # The name I should use in `serviceMonitorSelector` - name: test-servicemonitor - release: kube-prometheus-stack - -spec: - endpoints: - - interval: 5s - port: metrics - path: /metrics - - # The namespace of origin service - namespaceSelector: - matchNames: - - mobene-nsodev - - selector: - matchLabels: - # Where the monitor will attach to - name: test-monitor-service \ No newline at end of file