⬆️ 0.3.13

This commit is contained in:
andreas.dinauer 2025-11-16 14:20:24 +01:00
parent 75f1f0a584
commit 18a53babd8
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2
name: kubooboo-chart
version: 0.3.12
version: 0.3.13

View File

@ -23,6 +23,18 @@ spec:
image: harbor.dinauer.dev/kubooboo/node-monitor:1
resources:
requests:
memory: 10Mi
memory: 5Mi
limits:
memory: 50Mi
memory: 25Mi
env:
- name: HOST_PATH
value: /host
volumeMounts:
- name: host-root
mountPath: /host
readOnly: true
volumes:
- name: host-root
hostPath:
path: /
type: Directory