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 dc443bb commit 4e87781Copy full SHA for 4e87781
examples/complete/aws/helm/exporter.yaml
@@ -3,7 +3,7 @@ affinity:
3
requiredDuringSchedulingIgnoredDuringExecution:
4
nodeSelectorTerms:
5
- matchExpressions:
6
- - key: "Addons-Services"
+ - key: "Infra-Services"
7
operator: In
8
values:
9
- "true"
@@ -13,4 +13,4 @@ resources:
13
memory: 200Mi
14
requests:
15
cpu: 50m
16
- memory: 100Mi
+ memory: 100Mi
examples/complete/aws/helm/values.yaml
0 commit comments