diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 5016230..57f3dca 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.3.12 \ No newline at end of file +version: 0.3.13 \ No newline at end of file diff --git a/chart/templates/nodeMonitor/deployment.yaml b/chart/templates/nodeMonitor/deployment.yaml index 08a0dc4..ed5f37d 100644 --- a/chart/templates/nodeMonitor/deployment.yaml +++ b/chart/templates/nodeMonitor/deployment.yaml @@ -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 \ No newline at end of file