Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
feat(loki): 2 replicas should suffice
Browse files Browse the repository at this point in the history
  • Loading branch information
doonga committed Jun 13, 2024
1 parent 0224071 commit ba7da27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/main/apps/monitoring/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
insecure: false

gateway:
replicas: 3
replicas: 2
enabled: true
image:
registry: ghcr.io
Expand All @@ -103,7 +103,7 @@ spec:
maxUnavailable: 50%
maxSurge: 50%
topologySpreadConstraints:
- maxSkew: 2
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
Expand All @@ -124,16 +124,16 @@ spec:
pathType: Prefix

write:
replicas: 3
replicas: 2
persistence:
storageClass: openebs-hostpath
size: 20Gi

read:
replicas: 3
replicas: 2

backend:
replicas: 3
replicas: 2
persistence:
storageClass: openebs-hostpath
size: 20Gi
Expand Down

0 comments on commit ba7da27

Please sign in to comment.