maybe this will fix it?
This commit is contained in:
parent
9bacf6d585
commit
33f2aa1c4a
@ -24,4 +24,10 @@ spec:
|
||||
name: monitoring
|
||||
namespace: monitoring
|
||||
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
|
||||
metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/enforce-version: latest
|
||||
|
Reference in New Issue
Block a user