mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-26 02:20:12 +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
bfce08329d
10 changed files with 101 additions and 0 deletions
11
platform/monitoring/templates/namespace.yaml
Normal file
11
platform/monitoring/templates/namespace.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue