From ad0391582ed8bcd40837d07a20e28e346e34d513 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 26 Sep 2024 12:30:50 -0400 Subject: [PATCH] fix rook-ceph cluster dashboard ingress Signed-off-by: Michael Thomson --- rook-ceph-cluster/helmrelease-rook-ceph-cluster.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rook-ceph-cluster/helmrelease-rook-ceph-cluster.yaml b/rook-ceph-cluster/helmrelease-rook-ceph-cluster.yaml index ec885d1..d073588 100644 --- a/rook-ceph-cluster/helmrelease-rook-ceph-cluster.yaml +++ b/rook-ceph-cluster/helmrelease-rook-ceph-cluster.yaml @@ -37,11 +37,9 @@ spec: annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" - hosts: - - host: rook.michaelthomson.dev - paths: - - path: / - pathType: Prefix + host: + name: rook.michaelthomson.dev + path: "/" tls: - hosts: - rook.michaelthomson.dev