feat(monitoring): add grafana ingressroute http->https redirect

This commit is contained in:
u1
2026-02-14 10:53:38 +00:00
parent 34ef9490a4
commit 1853ef6452

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: grafana-http
namespace: monitoring
spec:
entryPoints:
- web
routes:
- match: Host(`grafana.mpabi.pl`)
kind: Rule
middlewares:
- name: redirect-to-https
services:
- name: kube-prometheus-stack-grafana
port: 80