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
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: kube-prometheus-stack
|
name: kube-prometheus-stack
|
||||||
namespace: monitoring
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
destination:
|
destination:
|
||||||
server: {{ .Values.spec.destination.server }}
|
server: {{ .Values.spec.destination.server }}
|
||||||
namespace: ceph
|
namespace: monitoring
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
source:
|
source:
|
||||||
chart: rook-ceph
|
chart: kube-prometheus-stack
|
||||||
repoURL: https://charts.rook.io/release
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
targetRevision: 1.17.1
|
targetRevision: 71.2.0
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
crds:
|
crds:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user