loki: allow more drive space (only temp solution)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2023-10-26 23:54:43 +02:00
parent fef4a1d856
commit eae9013268
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 4 additions and 1 deletions

View file

@ -3,4 +3,5 @@ kind: Namespace
metadata: metadata:
name: logs name: logs
labels: labels:
yolokube.de/unlimited-quota: "true"
prometheus: yolokube prometheus: yolokube

View file

@ -3,4 +3,6 @@ minio:
replicas: 3 replicas: 3
drivesPerNode: 4 drivesPerNode: 4
loki: loki:
auth_enabled: false auth_enabled: false
persistence:
size: 30Gi