w
This commit is contained in:
parent
8d7d54394f
commit
7bbf5b8798
15
Deployments/.ingress/grafana-ingress.yaml
Normal file
15
Deployments/.ingress/grafana-ingress.yaml
Normal 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
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user