summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
deleted file mode 100644
index 43d78b4..0000000
--- a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-apiVersion: helm.cattle.io/v1
-kind: HelmChart
-metadata:
- name: prometheus
- namespace: monitoring
-spec:
- repo: https://prometheus-community.github.io/helm-charts
- chart: kube-prometheus-stack
- valuesContent: |-
- alertmanager:
- enabled: false
- grafana:
- enabled: false
- prometheus:
- enabled: true
- prometheusSpec:
- retention: 10d
- serviceMonitorSelectorNilUsesHelmValues: false
- storageSpec:
- emptyDir: {}
-...