Refactor S3 configuration in Loki values.yaml to update access key and secret key references, and add region specification
This commit is contained in:
parent
9d82231191
commit
ec27fa0e93
@ -47,12 +47,12 @@ loki:
|
|||||||
ruler: loki-logs
|
ruler: loki-logs
|
||||||
admin: loki-logs
|
admin: loki-logs
|
||||||
s3:
|
s3:
|
||||||
s3forcepathstyle: true
|
endpoint: rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80
|
||||||
bucketnames: ${BUCKET_NAME}
|
region: us-east-1
|
||||||
endpoint: ${BUCKET_HOST}:${BUCKET_PORT}
|
|
||||||
access_key_id: "${AWS_ACCESS_KEY_ID}"
|
|
||||||
secret_access_key: "${AWS_SECRET_ACCESS_KEY}"
|
|
||||||
insecure: true
|
insecure: true
|
||||||
|
s3ForcePathStyle: true
|
||||||
|
accessKeyId: ${AWS_ACCESS_KEY_ID}
|
||||||
|
secretAccessKey: ${AWS_SECRET_ACCESS_KEY}
|
||||||
|
|
||||||
# Limits and retention
|
# Limits and retention
|
||||||
limits_config:
|
limits_config:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user