Argo/apps/templates/prometheus.yaml

39 lines
940 B
YAML
Raw Normal View History

2022-07-02 22:01:25 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argo-cd
2022-07-03 14:38:26 +02:00
#finalizers:
# - resources-finalizer.argocd.argoproj.io
2022-07-02 22:01:25 +02:00
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
2022-07-02 22:25:34 +02:00
service:
enabled: true
type: NodePort
nodePort: 30904
2022-07-02 22:01:25 +02:00
# 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