Skip to content

Commit

Permalink
single-binary loki
Browse files Browse the repository at this point in the history
  • Loading branch information
pavars committed May 24, 2023
1 parent 6a4b652 commit 1102fa8
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions cluster-state/local/monitoring/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ spec:
# Should authentication be enabled
auth_enabled: false
commonConfig:
replication_factor: 1
# Limits config
limits_config:
enforce_metric_name: false
Expand Down Expand Up @@ -218,30 +221,10 @@ spec:
# that it's working correctly
lokiCanary:
enabled: true
write:
replicas: 1
# nodeSelector:
# role: monitoring
resources:
requests:
cpu: "100m"
memory: 500Mi
tableManager:
enabled: false
read:
replicas: 1
legacyReadTarget: false
resources:
requests:
cpu: "100m"
memory: 500Mi
# Configuration for the backend pod(s)
backend:
singleBinary:
replicas: 1
resources:
requests:
cpu: "100m"
memory: 250Mi
ingress:
enabled: false
Expand Down

0 comments on commit 1102fa8

Please sign in to comment.