fix(prometheus): use longhorn instead of hostpath as the storage class for prometheus

This commit is contained in:
SeanOMik 2024-02-07 19:26:47 -05:00
parent c6cea48af4
commit 396bc860a7
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 2 additions and 2 deletions

View File

@ -68,13 +68,13 @@ spec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: hostpath
storageClassName: longhorn
selector:
matchLabels:
app.kubernetes.io/name: kube-prometheus-stack-pv
resources:
requests:
storage: 30Gi
storage: 15Gi
kubeControllerManager:
enabled: true