maybe this will fix it?

This commit is contained in:
Lee 2024-09-22 02:41:24 +01:00
parent 9bacf6d585
commit 33f2aa1c4a
2 changed files with 10 additions and 1 deletions

@ -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