removed loki and enabled crd
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2025-12-24 15:23:38 +11:00
parent 0d78aaa993
commit e931fe8ba8
2 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ mayastor:
localpv-provisioner:
enabled: false
crds:
enabled: false
enabled: true
loki:
enabled: false
alloy:
@@ -94,7 +94,7 @@ engines:
enabled: true
loki:
enabled: true
enabled: false
# NOTE: For all possible storage options for loki, check https://github.com/openebs/openebs/blob/HEAD/charts/loki-storage.md
# Configuration for loki's localpv hostpath storage class.
localpvScConfig:
@@ -164,7 +164,7 @@ loki:
size: 2Gi
minio:
replicas: 3
replicas: 1
drivesPerNode: 1
mode: distributed
# Disable this if you want to enabled external s3 bucket, and uncomment the storage section above.