fix rook ui
This commit is contained in:
@@ -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:
|
||||
|
||||
7
infrastructure/rook-ceph/transport.yaml
Normal file
7
infrastructure/rook-ceph/transport.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: ServersTransport
|
||||
metadata:
|
||||
name: rook-ceph-insecure-transport
|
||||
namespace: rook-ceph
|
||||
spec:
|
||||
insecureSkipVerify: true
|
||||
Reference in New Issue
Block a user