Skip to content

Commit

Permalink
fix helm lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafajpet committed Mar 11, 2024
1 parent 9f60f0d commit f3b134b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions charts/aws-service-quotas-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,18 @@ serviceMonitor:
# Set the namespace the ServiceMonitor should be deployed, if empty namespace will be .Release.Namespace
namespace: ""
# Service monitor labels
labels: { }
labels: {}
# Set how frequently Prometheus should scrape
interval: 30s
# Set path to redis-exporter telemtery-path
telemetryPath: /metrics
# Set timeout for scrape
timeout: 10s
# Set relabel_configs as per https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
relabelings: [ ]
relabelings: []
# Set of labels to transfer on the Kubernetes Service onto the target.
targetLabels: [ ]
metricRelabelings: [ ]


targetLabels: []
metricRelabelings: []

exporter:
address: "0.0.0.0:8080"
Expand Down

0 comments on commit f3b134b

Please sign in to comment.