Skip to content

Commit

Permalink
fix: Disable servicemonitor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Dec 28, 2022
1 parent 500358d commit 289988e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ec2-pricing-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: ec2-pricing-exporter
description: Exports the price of each EC2 instance type (spot and ondemand) as prometheus metrics
type: application
appVersion: v0.2.0
version: 0.1.0
version: 0.1.1
maintainers:
- name: AndreZiviani
2 changes: 1 addition & 1 deletion charts/ec2-pricing-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ serviceAccount:
# eks.amazonaws.com/role-arn: ...

serviceMonitor:
enabled: true
enabled: false
path: /metrics
labels: {}
interval: 30s
Expand Down

0 comments on commit 289988e

Please sign in to comment.