diff --git a/infrastructure/04-rook-ceph/base/ingress.yaml b/infrastructure/04-rook-ceph/base/ingress.yaml index 7c1c6d7..15a8760 100644 --- a/infrastructure/04-rook-ceph/base/ingress.yaml +++ b/infrastructure/04-rook-ceph/base/ingress.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: - name: rook-dashboard + name: rook-ceph-mgr-dashboard namespace: rook-ceph spec: entryPoints: @@ -11,5 +11,5 @@ spec: - match: Host(`rook.steffenillium.de`) kind: Rule services: - - name: rook-ceph-dashboard - port: 80 + - name: rook-ceph-mgr-dashboard + port: 7000