Skip to content

Commit

Permalink
fix(loki): s3 endpoint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Oct 24, 2023
1 parent 24f90ae commit d4e7625
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions observability/base/loki/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ spec:
storage:
type: s3
s3:
endpoint: "s3://${region}-ogenki-loki.s3.amazonaws.com"
region: ${region}
s3ForcePathStyle: false
bucketnames: ${region}-ogenki-loki
s3: s3://${region}
s3ForcePathStyle: true
insecure: false
sse_encryption: false

0 comments on commit d4e7625

Please sign in to comment.