54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
fullnameOverride: "coroot-node-agent-supply-prd"
|
|
priorityClassName: "low-priority"
|
|
|
|
scrape: "false" # disable scraping for now
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "300m"
|
|
memory: "1Gi"
|
|
limits:
|
|
cpu: "500m"
|
|
memory: "1.5Gi"
|
|
|
|
tolerations:
|
|
- operator: Exists
|
|
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: p-supply-contour-ext
|
|
operator: NotIn
|
|
values:
|
|
- dedicated
|
|
- key: p-supply-contour-int-0
|
|
operator: NotIn
|
|
values:
|
|
- dedicated
|
|
- key: p-supply-contour-int-1
|
|
operator: NotIn
|
|
values:
|
|
- dedicated
|
|
- key: p-supply-contour-int
|
|
operator: NotIn
|
|
values:
|
|
- dedicated
|
|
- key: node_pool
|
|
operator: NotIn
|
|
values:
|
|
- np-supply-default-prd-ase1
|
|
- key: dedicated
|
|
operator: NotIn
|
|
values:
|
|
- vmstorage
|
|
- vmselect
|
|
- vmagent
|
|
- vminsert
|
|
- contour-internal-0
|
|
- contour-internal-1
|
|
- contour-external
|
|
- alloy
|
|
- sumoduolite-op
|
|
- sumounolite |