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 765b364 commit 4b99fb8Copy full SHA for 4b99fb8
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: "v1.0.14"
+ tag: "v1.0.15"
6
settings:
7
deployKubeStateMetrics: true
8
serviceId: "psc-exporter"
@@ -82,8 +82,8 @@ containerSecurityContext:
82
## Pod Priority
83
## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
84
priorityClass:
85
- enabled: true
86
- create: true
+ enabled: false
+ create: false
87
name: perfectscale-exporter
88
preemptionpolicy: PreemptLowerPriority
89
value: '1000000'
0 commit comments