Skip to content

Commit c4ebb8c

Browse files
committed
Shrink down some of the unused monitoring
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
1 parent dcbcc81 commit c4ebb8c

File tree

3 files changed

+34
-54
lines changed

3 files changed

+34
-54
lines changed

manifests/_apps/monitoring.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,36 @@ spec:
4141
syncOptions:
4242
- CreateNamespace=true
4343
- ServerSideApply=true
44-
---
45-
apiVersion: argoproj.io/v1alpha1
46-
kind: Application
47-
metadata:
48-
name: blackbox-exporter
49-
namespace: argocd
50-
finalizers:
51-
- resources-finalizer.argocd.argoproj.io
52-
spec:
53-
project: default
54-
source:
55-
chart: prometheus-blackbox-exporter
56-
repoURL: https://prometheus-community.github.io/helm-charts
57-
targetRevision: 8.12.0
58-
helm:
59-
values: |-
60-
pspEnabled: false
61-
hostNetwork: true
62-
serviceMonitor:
63-
enabled: true
64-
targets:
65-
- name: external-k8s-socail
66-
url: https://k8s.social/health
67-
interval: 60s
68-
scrapeTimeout: 30s
69-
module: http_2xx
70-
destination:
71-
server: https://kubernetes.default.svc
72-
namespace: monitoring
73-
syncPolicy:
74-
automated: {}
75-
syncOptions:
76-
- CreateNamespace=true
44+
# ---
45+
# apiVersion: argoproj.io/v1alpha1
46+
# kind: Application
47+
# metadata:
48+
# name: blackbox-exporter
49+
# namespace: argocd
50+
# finalizers:
51+
# - resources-finalizer.argocd.argoproj.io
52+
# spec:
53+
# project: default
54+
# source:
55+
# chart: prometheus-blackbox-exporter
56+
# repoURL: https://prometheus-community.github.io/helm-charts
57+
# targetRevision: 8.12.0
58+
# helm:
59+
# values: |-
60+
# pspEnabled: false
61+
# hostNetwork: true
62+
# serviceMonitor:
63+
# enabled: true
64+
# targets:
65+
# - name: external-k8s-socail
66+
# url: https://k8s.social/health
67+
# interval: 60s
68+
# scrapeTimeout: 30s
69+
# module: http_2xx
70+
# destination:
71+
# server: https://kubernetes.default.svc
72+
# namespace: monitoring
73+
# syncPolicy:
74+
# automated: {}
75+
# syncOptions:
76+
# - CreateNamespace=true

manifests/monitoring/alertmanager.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

manifests/monitoring/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ metadata:
121121
app.kubernetes.io/name: grafana
122122
name: grafana
123123
spec:
124-
replicas: 1
124+
replicas: 0
125125
strategy:
126126
type: Recreate
127127
selector:

0 commit comments

Comments
 (0)