feat: add prom
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m25s
lint-test-helm / lint-helm (pull_request) Successful in 8m17s
lint-test-helm / validate-kubeconform (pull_request) Successful in 9m55s

This commit is contained in:
2026-04-22 15:50:19 -05:00
parent 6b02b1d331
commit f99d2e89a1
5 changed files with 46 additions and 40 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: kube-prometheus-stack
name: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: kube-prometheus-stack
app.kubernetes.io/name: {{ .Release.Namespace }}
{{- include "custom.labels" . | nindent 4 }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged