This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
operator/config/samples/operator_v1alpha1_nodetainterconfig.yaml
Andy Kolibri Vendetti 8d581652a4
All checks were successful
Lint / Run on Ubuntu (push) Successful in 1m30s
Tests / Run on Ubuntu (push) Successful in 1m38s
automatic image updates from public repos with selected tags feature added
2025-05-04 19:24:31 +05:00

24 lines
774 B
YAML

apiVersion: operator.andy.vendetti.ru/v1alpha1
kind: NodeTainterConfig
metadata:
labels:
app.kubernetes.io/name: operator
app.kubernetes.io/managed-by: kustomize
name: global-taint-rules
spec:
labelRules:
"andy.vendetti.ru/category=priority": "workload/priority=high:NoSchedule"
"andy.vendetti.ru/category=gpu": "nvidia.com/gpu=present:NoSchedule"
"andy.vendetti.ru/category=svc": "workload/type=service:NoSchedule"
resourceDefaults:
cpuRequest: "100m"
memoryRequest: "128Mi"
cpuLimit: "500m"
memoryLimit: "512Mi"
optOutLabelKey: "andy.vendetti.ru/skip-resource-defaults"
imageUpdatePolicy:
enabled: true
checkInterval: "5m"
monitoredTags: ["latest", "dev"]
# restartAnnotation: "andy.vendetti.ru/restartedAt"