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: monitoring-stack-kube-prom-prometheus port: 9090 tls: secretName: monitoring-mpabi-pl-tls