mirror of https://github.com/grafana/loki
chore: helm thanos support (#16110)
Co-authored-by: Ashwanth Goli <iamashwanth@gmail.com>pull/16075/head^2
parent
b1c1c5ab0b
commit
5ea628ca29
@ -0,0 +1,53 @@ |
||||
--- |
||||
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 |
||||
Loading…
Reference in new issue