mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
22 lines
452 B
YAML
22 lines
452 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus
|
|
spec:
|
|
destination:
|
|
name: in-cluster
|
|
namespace: monitoring-system
|
|
server: ''
|
|
source:
|
|
path: ''
|
|
repoURL: 'https://prometheus-community.github.io/helm-charts'
|
|
targetRevision: 15.1.1
|
|
chart: kube-prometheus-stack
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|