diff --git a/kubernetes/main/apps/monitoring/loki/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/loki/app/helmrelease.yaml index 171d2df6f..7d0af03a4 100644 --- a/kubernetes/main/apps/monitoring/loki/app/helmrelease.yaml +++ b/kubernetes/main/apps/monitoring/loki/app/helmrelease.yaml @@ -91,7 +91,7 @@ spec: insecure: false gateway: - replicas: 3 + replicas: 2 enabled: true image: registry: ghcr.io @@ -103,7 +103,7 @@ spec: maxUnavailable: 50% maxSurge: 50% topologySpreadConstraints: - - maxSkew: 2 + - maxSkew: 1 topologyKey: kubernetes.io/hostname whenUnsatisfiable: DoNotSchedule labelSelector: @@ -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