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.yaml9
1 files changed, 1 insertions, 8 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
index 39d1aa6..43d78b4 100644
--- 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
@@ -18,12 +18,5 @@ spec:
retention: 10d
serviceMonitorSelectorNilUsesHelmValues: false
storageSpec:
- volumeClaimTemplate:
- spec:
- storageClassName: longhorn
- resources:
- requests:
- storage: 50Gi
- accessModes:
- - ReadWriteOnce
+ emptyDir: {}
...