loki/values.yaml: set minio size to 8Gi
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
cec3109675
commit
6add08a10d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ minio:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 3
|
replicas: 3
|
||||||
drivesPerNode: 4
|
drivesPerNode: 4
|
||||||
|
persistence:
|
||||||
|
size: 8Gi # hot fix to increase inodes
|
||||||
loki:
|
loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
persistence:
|
persistence:
|
||||||
|
|
Loading…
Reference in a new issue