You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
587 B
25 lines
587 B
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kube-prometheus
|
|
namespace: argocd
|
|
annotations:
|
|
recipients.argocd-notifications.argoproj.io: "slack:jenkins"
|
|
spec:
|
|
destination:
|
|
namespace: monitoring
|
|
server: https://kubernetes.default.svc
|
|
project: monitoring
|
|
source:
|
|
directory:
|
|
jsonnet:
|
|
libs:
|
|
- vendored
|
|
recurse: true
|
|
path: examples/continuous-delivery/argocd/kube-prometheus
|
|
repoURL: git@github.com:prometheus-operator/kube-prometheus.git
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated: {}
|
|
---
|
|
|