prom
This commit is contained in:
parent
d19138931d
commit
c49d3d325d
34
apps/templates/prometheus.yaml
Normal file
34
apps/templates/prometheus.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: monitoring
|
||||
namespace: argo-cd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: monitoring
|
||||
project: default
|
||||
source:
|
||||
chart: kube-prometheus-stack
|
||||
helm:
|
||||
values: |
|
||||
fullnameOverride: prometheus
|
||||
alertmanager:
|
||||
enabled: true
|
||||
grafana:
|
||||
defaultDashboardsTimezone: Europe/Oslo
|
||||
# ingress:
|
||||
# ingressClassName: traefik
|
||||
# enabled: true
|
||||
# hosts:
|
||||
# - stats.roxedus.com
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
targetRevision: 35.5.1
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user