Skip to content

Commit

Permalink
reduce replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Dec 8, 2023
1 parent 94da296 commit acd0ac6
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions kubernetes/manifests/apps/observability/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ values:
period: 24h
common:
path_prefix: /var/loki
replication_factor: 3
replication_factor: 2
storage:
s3:
s3: null
Expand Down Expand Up @@ -79,17 +79,12 @@ values:
reporting_enabled: false
gateway:
enabled: true
replicas: 3
deploymentStrategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
replicas: 2
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: "loki.${SECRET_DOMAIN}"
paths:
Expand All @@ -99,12 +94,12 @@ values:
- hosts:
- "loki.${SECRET_DOMAIN}"
write:
replicas: 3
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
read:
replicas: 3
replicas: 2
extraVolumeMounts:
- name: loki-rules
mountPath: /rules/fake
Expand Down

0 comments on commit acd0ac6

Please sign in to comment.