We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fba8d1 commit c760f3bCopy full SHA for c760f3b
charts/perfectscale-agent/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 1
2
image:
3
repository: public.ecr.aws/perfectscale-io/psc-exporter
4
pullPolicy: Always
5
- tag: "v0.0.16"
+ tag: "v0.0.17"
6
settings:
7
serviceId: "psc-exporter"
8
env: "prod"
@@ -67,7 +67,7 @@ nodeSelector: {}
67
affinity: {}
68
serviceMonitor:
69
# When set true then use a ServiceMonitor to configure scraping
70
- enable: true
+ enable: false
71
# Set how frequently Prometheus should scrape
72
interval: 30s
73
# Set path to the metrics
0 commit comments