Skip to content

Commit

Permalink
disable some components
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Jun 7, 2024
1 parent 5b57859 commit ddfbbd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions deploy/loki/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ memberlist:
publishNotReadyAddresses: true

write:
replicas: 3
replicas: 1
persistence:
enableStatefulSetAutoDeletePVC: false
size: 5Gi
Expand Down Expand Up @@ -91,7 +91,7 @@ tableManager:
name: loki-s3-secret

read:
replicas: 3
replicas: 1
persistence:
enableStatefulSetAutoDeletePVC: false
size: 5Gi
Expand All @@ -114,7 +114,7 @@ read:
effect: "NoSchedule"

backend:
replicas: 3
replicas: 1
podAnnotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"
persistence:
Expand All @@ -133,4 +133,4 @@ backend:
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
effect: "NoSchedule"
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ write_files:
ipam:
mode: kubernetes
hubble:
enabled: true
enabled: false
metrics:
serviceMonitor:
enabled: false
Expand All @@ -55,7 +55,7 @@ write_files:
- icmp
- http
relay:
enabled: true
enabled: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: "true"
Expand All @@ -64,7 +64,7 @@ write_files:
operator: "Exists"
effect: "NoSchedule"
ui:
enabled: true
enabled: false
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/control-plane: "true"
Expand Down

0 comments on commit ddfbbd1

Please sign in to comment.