maybe this will fix it?
This commit is contained in:
parent
9bacf6d585
commit
33f2aa1c4a
@ -24,4 +24,10 @@ spec:
|
|||||||
name: monitoring
|
name: monitoring
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
interval: 12h
|
interval: 12h
|
||||||
#values: {}
|
values:
|
||||||
|
nodeExporter:
|
||||||
|
hostNetwork: false
|
||||||
|
hostPID: false
|
||||||
|
service:
|
||||||
|
port: 9100 # Use a different port if needed
|
||||||
|
|
||||||
|
@ -3,3 +3,6 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: monitoring
|
name: monitoring
|
||||||
|
labels:
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
pod-security.kubernetes.io/enforce-version: latest
|
||||||
|
Reference in New Issue
Block a user