Skip to content

Commit

Permalink
style(alloy): remove tab characters in config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Aug 6, 2024
1 parent 398a7cc commit 8f2ce8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/monitoring/alloy/config.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ prometheus.scrape "pods" {
}

prometheus.scrape "nodes_cadvisor" {
targets = discovery.relabel.nodes_cadvisor.output
forward_to = [prometheus.remote_write.default.receiver]
targets = discovery.relabel.nodes_cadvisor.output
forward_to = [prometheus.remote_write.default.receiver]
bearer_token_file = "/var/run/secrets/kubernetes.io/serviceaccount/token"
scheme = "https"
tls_config {
ca_file = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = false
}
tls_config {
ca_file = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = false
}
clustering { enabled = true }
}

Expand Down

0 comments on commit 8f2ce8d

Please sign in to comment.