change service name

This commit is contained in:
2024-04-24 12:50:10 +02:00
parent 25383d7768
commit 60eea09053

View File

@ -1,7 +1,7 @@
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata: metadata:
name: rook-dashboard name: rook-ceph-mgr-dashboard
namespace: rook-ceph namespace: rook-ceph
spec: spec:
entryPoints: entryPoints:
@ -11,5 +11,5 @@ spec:
- match: Host(`rook.steffenillium.de`) - match: Host(`rook.steffenillium.de`)
kind: Rule kind: Rule
services: services:
- name: rook-ceph-dashboard - name: rook-ceph-mgr-dashboard
port: 80 port: 7000