add monitoring
This commit is contained in:
parent
86d3702ce6
commit
43e078343d
|
|
@ -10,4 +10,5 @@ resources:
|
|||
- cert-manager.yaml
|
||||
- metrics-server.yaml
|
||||
- external-dns.yaml
|
||||
- ingress-nginx.yaml
|
||||
- ingress-nginx.yaml
|
||||
- monitoring.yaml
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: monitoring
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: monitoring
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: k8s/monitoring
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: HEAD
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: "19.2.2"
|
||||
repository: "https://prometheus-community.github.io/helm-charts"
|
||||
Loading…
Reference in New Issue