Add the grafana host

This commit is contained in:
2024-08-05 19:26:01 +01:00
parent 579d4d01a0
commit 258134bff9

View File

@@ -1,16 +1,16 @@
# apiVersion: traefik.io/v1alpha1
# kind: IngressRoute
# metadata:
# name: grafana
# spec:
# entryPoints:
# - web
# routes:
# - match: Host(`grafana.k3s`)
# kind: Rule
# services:
# - name:
# namespace: monitoring
# nativeLB: true
# kind: Service
# port: 80
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: grafana
spec:
entryPoints:
- web
routes:
- match: Host(`grafana.k3s`)
kind: Rule
services:
- name: monitoring-grafana
namespace: monitoring
nativeLB: true
kind: Service
port: 80