mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
add storage spec
This commit is contained in:
parent
496477e134
commit
10afc5cd87
1 changed files with 9 additions and 0 deletions
|
|
@ -201,6 +201,15 @@ kube-prometheus-stack:
|
||||||
retention: 6h
|
retention: 6h
|
||||||
enableAdminAPI: true
|
enableAdminAPI: true
|
||||||
walCompression: true
|
walCompression: true
|
||||||
|
storageSpec:
|
||||||
|
volumeClaimTemplate:
|
||||||
|
spec:
|
||||||
|
storageClassName: longhorn
|
||||||
|
accessModes: ["ReadWriteMany"]
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 50Gi
|
||||||
|
selector: {}
|
||||||
|
|
||||||
thanosRuler:
|
thanosRuler:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue