rework storage to reduce backup load
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
07a1cd6648
commit
0be2949c50
5 changed files with 57 additions and 1 deletions
|
@ -4,6 +4,7 @@ minio:
|
|||
drivesPerNode: 2
|
||||
persistence:
|
||||
size: 15Gi
|
||||
storageClass: longhorn-local
|
||||
loki:
|
||||
auth_enabled: false
|
||||
persistence:
|
||||
|
@ -11,4 +12,10 @@ loki:
|
|||
monitoring:
|
||||
selfMonitoring:
|
||||
grafanaAgent:
|
||||
installOperator: false
|
||||
installOperator: false
|
||||
write:
|
||||
persistence:
|
||||
storageClass: longhorn-local
|
||||
backend:
|
||||
persistence:
|
||||
storageClass: longhorn-local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue