Skip to content

Commit

Permalink
fix: cleanup scrape configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Oct 30, 2024
1 parent 31018a6 commit ae00738
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions charts/poulet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ prometheus:


extraArgs:
web.enable-remote-write-receiver: true
web.enable-remote-write-receiver: null
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
Expand All @@ -149,7 +149,18 @@ prometheus:

serverFiles:
prometheus.yml:
scrape_configs: { }
scrape_configs:
- null
- null
- null
- null
- null
- null
- null
- null
- null
- null


keycloak:
enabled: true
Expand Down

0 comments on commit ae00738

Please sign in to comment.