Start adding grafana monitoring stack
This commit is contained in:
16
clusters/kairos/monitoring/grafana/ingress.yaml
Normal file
16
clusters/kairos/monitoring/grafana/ingress.yaml
Normal file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user