Skip to content

Commit

Permalink
docs: Removed manual persistence mapping, turned off ingester zone (#… (
Browse files Browse the repository at this point in the history
#14876)

Co-authored-by: Jay Clifford <[email protected]>
  • Loading branch information
JStickler and Jayclifford345 authored Nov 12, 2024
1 parent aa7081d commit 4231be4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
31 changes: 6 additions & 25 deletions docs/sources/setup/install/helm/deployment-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,51 +312,32 @@ deploymentMode: Distributed

ingester:
replicas: 3
persistence:
storageClass: gp2
accessModes:
- ReadWriteOnce
size: 10Gi
zoneAwareReplication:
enabled: false

querier:
replicas: 3
maxUnavailable: 2
persistence:
storageClass: gp2
accessModes:
- ReadWriteOnce
size: 10Gi
queryFrontend:
replicas: 2
maxUnavailable: 1

queryScheduler:
replicas: 2

distributor:
replicas: 3
maxUnavailable: 2
compactor:
replicas: 1
persistence:
storageClass: gp2
accessModes:
- ReadWriteOnce
size: 10Gi

indexGateway:
replicas: 2
maxUnavailable: 1
persistence:
storageClass: gp2
accessModes:
- ReadWriteOnce
size: 10Gi

ruler:
replicas: 1
maxUnavailable: 1
persistence:
storageClass: gp2
accessModes:
- ReadWriteOnce
size: 10Gi


# This exposes the Loki gateway so it can be written to and queried externaly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ We do not recommend running in Microservice mode with `filesystem` storage. For
ingester:
replicas: 3 # To ensure data durability with replication
zoneAwareReplication:
enabled: false
querier:
replicas: 3 # Improve query performance via parallelism
maxUnavailable: 2
Expand Down Expand Up @@ -243,6 +245,8 @@ loki:
ingester:
replicas: 3
zoneAwareReplication:
enabled: false
querier:
replicas: 3
maxUnavailable: 2
Expand Down Expand Up @@ -327,6 +331,8 @@ deploymentMode: Distributed
ingester:
replicas: 3
zoneAwareReplication:
enabled: false
querier:
replicas: 3
maxUnavailable: 2
Expand Down

0 comments on commit 4231be4

Please sign in to comment.