17 lines
336 B
YAML
17 lines
336 B
YAML
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
|