Files
openebs/charts/loki/scenarios/simple-thanos-values.yaml
2025-12-09 19:34:54 +11:00

54 lines
1.0 KiB
YAML

---
loki:
commonConfig:
replication_factor: 1
useTestSchema: true
storage:
type: s3
use_thanos_objstore: true
object_store:
type: s3
s3:
access_key_id: thanos-minio
secret_access_key: thanos-minio123
region: us-east-1
insecure: true
endpoint: http://minio.minio.svc.cluster.local:9000
http:
tls_config:
insecure_skip_verify: true
# GCS configuration (when type is "GCS")
gcs:
bucket_name: test-gcs # Name of the bucket
service_account: service-account-test.json # Optional service account JSON
# Azure configuration (when type is "AZURE")
azure:
account_name: azure-test # Storage account name
account_key: 1234567890 # Optional storage account key
bucketNames:
chunks: chunks_thanos
ruler: ruler_thanos
admin: admin_thanos
enterprise:
enabled: true
adminApi:
enabled: true
minio:
enabled: true
read:
replicas: 1
write:
replicas: 1
backend:
replicas: 1