loki: allow more drive space (only temp solution)
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
fef4a1d856
commit
eae9013268
2 changed files with 4 additions and 1 deletions
|
@ -3,4 +3,5 @@ kind: Namespace
|
|||
metadata:
|
||||
name: logs
|
||||
labels:
|
||||
yolokube.de/unlimited-quota: "true"
|
||||
prometheus: yolokube
|
||||
|
|
|
@ -3,4 +3,6 @@ minio:
|
|||
replicas: 3
|
||||
drivesPerNode: 4
|
||||
loki:
|
||||
auth_enabled: false
|
||||
auth_enabled: false
|
||||
persistence:
|
||||
size: 30Gi
|
||||
|
|
Loading…
Reference in a new issue