feat(monitoring): add prometheus ingressroute (https + basic auth)

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

View File

@@ -0,0 +1,18 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: prometheus
namespace: monitoring
spec:
entryPoints:
- websecure
routes:
- match: Host(`prometheus.mpabi.pl`)
kind: Rule
middlewares:
- name: monitoring-basic-auth
services:
- name: kube-prometheus-stack-prometheus
port: 9090
tls:
secretName: monitoring-mpabi-pl-tls