Skip to content

Commit

Permalink
fix(loki): monitoring components
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeK1e committed Jul 10, 2023
1 parent adc4897 commit fee7d28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,22 @@ loki:
username: testloki
# -- The basic auth password for the gateway
password: testlokipassword
# disabling self monitoring componets
# breaking grafana etc.
monitoring:
selfMonitoring:
enabled: false
grafanaAgent:
installOperator: false
lokiCanary:
enabled: false
grafana-agent-operator:
# -- Override the full names of all resources
fullnameOverride: loki-grafana-agent-operator
# need to disable helm chart test since we disable the self monitoring
# and the chart tests depends on them
test:
enabled: false

# Promtail Config
promtail:
Expand Down

0 comments on commit fee7d28

Please sign in to comment.