12345678910111213141516171819 |
- ---
- apiVersion: traefik.containo.us/v1alpha1
- kind: IngressRoute
- metadata:
- name: prometheus
- namespace: monitoring
- spec:
- entryPoints:
- - websecure
- routes:
- - kind: Rule
- match: Host(`prometheus.lan.jibby.org`)
- services:
- - kind: Service
- name: prometheus
- port: 9090
- middlewares:
- - name: lanonly
- namespace: kube-system
|