Skip to content

Commit

Permalink
Fix default config value in Helm chart (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc authored Jun 24, 2024
1 parent c363432 commit e95a7d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions charts/beyla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@ config:
enable: true
## internal metrics reporting. Refer: https://grafana.com/docs/beyla/latest/configure/options/#internal-metrics-reporter
## If set, user can expose the metrics endpoint via k8s service by configuring .Values.service section
prometheus_export:
port: 9090
path: /metrics
internal_metrics:
prometheus:
port: 9090
path: /metrics

## Env variables that will override configmap values
## For example:
Expand Down

0 comments on commit e95a7d4

Please sign in to comment.