Add the grafana host
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
# apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
# kind: IngressRoute
|
kind: IngressRoute
|
||||||
# metadata:
|
metadata:
|
||||||
# name: grafana
|
name: grafana
|
||||||
# spec:
|
spec:
|
||||||
# entryPoints:
|
entryPoints:
|
||||||
# - web
|
- web
|
||||||
# routes:
|
routes:
|
||||||
# - match: Host(`grafana.k3s`)
|
- match: Host(`grafana.k3s`)
|
||||||
# kind: Rule
|
kind: Rule
|
||||||
# services:
|
services:
|
||||||
# - name:
|
- name: monitoring-grafana
|
||||||
# namespace: monitoring
|
namespace: monitoring
|
||||||
# nativeLB: true
|
nativeLB: true
|
||||||
# kind: Service
|
kind: Service
|
||||||
# port: 80
|
port: 80
|
||||||
Reference in New Issue
Block a user