⬆️ 0.3.13
This commit is contained in:
parent
75f1f0a584
commit
18a53babd8
@ -1,3 +1,3 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubooboo-chart
|
name: kubooboo-chart
|
||||||
version: 0.3.12
|
version: 0.3.13
|
||||||
@ -23,6 +23,18 @@ spec:
|
|||||||
image: harbor.dinauer.dev/kubooboo/node-monitor:1
|
image: harbor.dinauer.dev/kubooboo/node-monitor:1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 10Mi
|
memory: 5Mi
|
||||||
limits:
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user