diff --git a/clusters/kairos/monitoring/grafana/ingress.yaml b/clusters/kairos/monitoring/grafana/ingress.yaml index 01e7c0f..92e37a0 100644 --- a/clusters/kairos/monitoring/grafana/ingress.yaml +++ b/clusters/kairos/monitoring/grafana/ingress.yaml @@ -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 \ No newline at end of file +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 \ No newline at end of file