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 fullnameOverride: prometheus
alertmanager: alertmanager:
enabled: true enabled: true
grafana: # grafana:
ingress: # ingress:
ingressClassName: traefik # ingressClassName: traefik
enabled: true # enabled: true
hosts: # hosts:
- stats.roxedus.com # - stats.roxedus.com
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 35.5.1 targetRevision: 35.5.1
syncPolicy: syncPolicy: