Fix: Update kube-prometheus-stack application configuration and change namespace to monitoring
This commit is contained in:
parent
af625ace41
commit
8b1e9971d2
@ -1,28 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: ceph
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kube-prometheus-stack
|
||||
namespace: monitoring
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
server: {{ .Values.spec.destination.server }}
|
||||
namespace: ceph
|
||||
namespace: monitoring
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
source:
|
||||
chart: rook-ceph
|
||||
repoURL: https://charts.rook.io/release
|
||||
targetRevision: 1.17.1
|
||||
chart: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
targetRevision: 71.2.0
|
||||
helm:
|
||||
valuesObject:
|
||||
crds:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user