2024-04-27 00:33:01 +02:00

16 lines
304 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: rook-ceph-mgr-dashboard
namespace: rook-ceph
spec:
entryPoints:
- websecure-local
routes:
- match: Host(`rook.steffenillium.de`)
kind: Rule
tls: {}
services:
- name: rook-ceph-mgr-dashboard
port: 7000