Skip to content

Commit a438183

Browse files
committed
Removed servicemonitor
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
1 parent b62812c commit a438183

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

manifests/monitoring/kube-state-metrics.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ spec:
226226
timeoutSeconds: 5
227227
---
228228

229-
apiVersion: monitoring.coreos.com/v1
230-
kind: ServiceMonitor
231-
metadata:
232-
name: kube-state-metrics
233-
labels:
234-
app.kubernetes.io/name: kube-state-metrics
235-
spec:
236-
selector:
237-
matchLabels:
238-
app.kubernetes.io/name: kube-state-metrics
239-
endpoints:
240-
- port: http
229+
# apiVersion: monitoring.coreos.com/v1
230+
# kind: ServiceMonitor
231+
# metadata:
232+
# name: kube-state-metrics
233+
# labels:
234+
# app.kubernetes.io/name: kube-state-metrics
235+
# spec:
236+
# selector:
237+
# matchLabels:
238+
# app.kubernetes.io/name: kube-state-metrics
239+
# endpoints:
240+
# - port: http

manifests/nginx/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace: ingress-nginx
55
resources:
66
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
77
- ./config.yaml
8-
- ./servicemonitor.yaml
8+
# - ./servicemonitor.yaml
99
- ./pdb.yaml
1010
- ./hpa.yaml
1111

0 commit comments

Comments
 (0)