Skip to content

Commit

Permalink
docs: Added video and fixed config value (backport release-3.3.x) (#1…
Browse files Browse the repository at this point in the history
…5129)

Co-authored-by: Jay Clifford <[email protected]>
  • Loading branch information
loki-gh-app[bot] and Jayclifford345 authored Nov 26, 2024
1 parent a3986e6 commit 10ffedb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/sources/setup/install/helm/deployment-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This guide shows how to deploy a minimally viable Loki in **microservice** mode

There are two methods for authenticating and connecting Loki to AWS S3. We will guide you through the recommended method of granting access via an IAM role.

{{< youtube id="5lXmWmofqwM" >}}

## Considerations

{{< admonition type="caution" >}}
Expand Down Expand Up @@ -313,7 +315,7 @@ deploymentMode: Distributed
ingester:
replicas: 3
persistence:
storageClass: gp2
storageClass: gp3
accessModes:
- ReadWriteOnce
size: 10Gi
Expand All @@ -322,7 +324,7 @@ querier:
replicas: 3
maxUnavailable: 2
persistence:
storageClass: gp2
storageClass: gp3
accessModes:
- ReadWriteOnce
size: 10Gi
Expand All @@ -337,23 +339,23 @@ distributor:
compactor:
replicas: 1
persistence:
storageClass: gp2
storageClass: gp3
accessModes:
- ReadWriteOnce
size: 10Gi
indexGateway:
replicas: 2
maxUnavailable: 1
persistence:
storageClass: gp2
storageClass: gp3
accessModes:
- ReadWriteOnce
size: 10Gi
ruler:
replicas: 1
maxUnavailable: 1
persistence:
storageClass: gp2
storageClass: gp3
accessModes:
- ReadWriteOnce
size: 10Gi
Expand Down

0 comments on commit 10ffedb

Please sign in to comment.