mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:11:01 +00:00
add kube-prometheus-stack
Signed-off-by: gwg313 <gwg313@pm.me> remove vals Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
231e6b3319
commit
198733316a
8 changed files with 44 additions and 0 deletions
8
platform/monitoring/templates/namespace.yaml
Normal file
8
platform/monitoring/templates/namespace.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
Loading…
Add table
Add a link
Reference in a new issue