2022-07-02 22:01:25 +02:00
|
|
|
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
|
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
|