Skip to content

Commit

Permalink
Remove service-monitor instance from manifests (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Osorio authored May 10, 2022
1 parent ab84630 commit cf30401
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
19 changes: 0 additions & 19 deletions manifests/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,3 @@ spec:
- name: api-secret
secret:
secretName: storageos-api
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app: storageos
name: storageos-metrics-service-monitor
namespace: storageos
spec:
endpoints:
- interval: 15s
path: /metrics
port: metrics
namespaceSelector:
matchNames:
- storageos
selector:
matchLabels:
service-discovery: storageos-metrics-exporter
3 changes: 1 addition & 2 deletions manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ commonLabels:

resources:
- daemonset.yaml
- service.yaml
- service-monitor.yaml
- service.yaml
16 changes: 0 additions & 16 deletions manifests/service-monitor.yaml

This file was deleted.

0 comments on commit cf30401

Please sign in to comment.