From fd5964a71904471623c5348af25f5f097d1eb954 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 14 Jan 2026 01:17:04 +0000 Subject: [PATCH] fix rook ui --- infrastructure/rook-ceph-cluster-app.yaml | 1 + infrastructure/rook-ceph/transport.yaml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 infrastructure/rook-ceph/transport.yaml diff --git a/infrastructure/rook-ceph-cluster-app.yaml b/infrastructure/rook-ceph-cluster-app.yaml index 01e28f6..3d97912 100644 --- a/infrastructure/rook-ceph-cluster-app.yaml +++ b/infrastructure/rook-ceph-cluster-app.yaml @@ -88,6 +88,7 @@ spec: annotations: cert-manager.io/cluster-issuer: letsencrypt-prod traefik.ingress.kubernetes.io/router.entrypoints: websecure + traefik.ingress.kubernetes.io/service.serverstransport: rook-ceph-insecure-transport host: name: ceph.apps.internal.k3s.stabify.de tls: diff --git a/infrastructure/rook-ceph/transport.yaml b/infrastructure/rook-ceph/transport.yaml new file mode 100644 index 0000000..45fb2f8 --- /dev/null +++ b/infrastructure/rook-ceph/transport.yaml @@ -0,0 +1,7 @@ +apiVersion: traefik.io/v1alpha1 +kind: ServersTransport +metadata: + name: rook-ceph-insecure-transport + namespace: rook-ceph +spec: + insecureSkipVerify: true