helm/chart/templates/nodeMonitor/deployment.yaml
2025-11-16 13:38:46 +01:00

29 lines
714 B
YAML

apiVersion: apps/v1
kind: DaemonSet
metadata:
name: node-monitor
spec:
selector:
matchLabels:
dev.dinauer.kubooboo/component: node-monitor
template:
metadata:
labels:
dev.dinauer.kubooboo/component: node-monitor
spec:
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
containers:
- name: node-monitor-pod
image: harbor.dinauer.dev/kubooboo/node-monitor:1
resources:
requests:
memory: 10Mi
limits:
memory: 50Mi