fix(prometheus): use longhorn instead of hostpath as the storage class for prometheus
This commit is contained in:
parent
c6cea48af4
commit
396bc860a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue