This commit is contained in:
Roxedus 2022-06-06 13:10:35 +02:00
parent 8d7d54394f
commit 7bbf5b8798
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
2 changed files with 21 additions and 6 deletions

View File

@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: monitoring-grafana
namespace: argo-cd
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`stats.roxedus.com`)
priority: 10
services:
- name: monitoring-grafana
port: 3000

View File

@ -17,12 +17,12 @@ spec:
fullnameOverride: prometheus
alertmanager:
enabled: true
grafana:
ingress:
ingressClassName: traefik
enabled: true
hosts:
- stats.roxedus.com
# grafana:
# ingress:
# ingressClassName: traefik
# enabled: true
# hosts:
# - stats.roxedus.com
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 35.5.1
syncPolicy: