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