Files
kubedeploy-k3s/infrastructure/04-rook-ceph/base/ingress.yaml
2024-04-24 11:02:13 +02:00

16 lines
293 B
YAML

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