mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-25 04:18:00 +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
9
platform/monitoring/Chart.yaml
Normal file
9
platform/monitoring/Chart.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v2
|
||||
name: cluster-monitoring
|
||||
description: chart for cluster monitoring stack
|
||||
type: application
|
||||
version: 1.0.0
|
||||
dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: "85.1.3"
|
||||
repository: "https://prometheus-community.github.io/helm-charts"
|
||||
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
|
||||
0
platform/monitoring/values.yaml
Normal file
0
platform/monitoring/values.yaml
Normal file
Loading…
Add table
Add a link
Reference in a new issue