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.
2 parents 179ac14 + 2bb3b18 commit 150af4bCopy full SHA for 150af4b
helm/values/exporter/values.yaml
@@ -52,15 +52,23 @@ readinessProbe:
52
53
replicas: 1
54
55
-affinity: {}
+affinity:
56
+ nodeAffinity:
57
+ requiredDuringSchedulingIgnoredDuringExecution:
58
+ nodeSelectorTerms:
59
+ - matchExpressions:
60
+ - key: "Database-Services"
61
+ operator: In
62
+ values:
63
+ - "true"
64
65
resources:
66
limits:
- cpu: 200m
- memory: 100Mi
- requests:
67
cpu: 100m
- memory: 50Mi
68
+ memory: 200Mi
69
+ requests:
70
+ cpu: 70m
71
+ memory: 100Mi
72
73
# Extra environment variables that will be passed into the exporter pod
74
env: {}
0 commit comments