File tree Expand file tree Collapse file tree 3 files changed +34
-54
lines changed
Expand file tree Collapse file tree 3 files changed +34
-54
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ metadata:
121121 app.kubernetes.io/name : grafana
122122 name : grafana
123123spec :
124- replicas : 1
124+ replicas : 0
125125 strategy :
126126 type : Recreate
127127 selector :
You can’t perform that action at this time.
0 commit comments