fix rook-ceph cluster dashboard ingress

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-09-26 12:30:50 -04:00
parent da989f3e5b
commit ad0391582e

View File

@@ -37,11 +37,9 @@ spec:
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
hosts: host:
- host: rook.michaelthomson.dev name: rook.michaelthomson.dev
paths: path: "/"
- path: /
pathType: Prefix
tls: tls:
- hosts: - hosts:
- rook.michaelthomson.dev - rook.michaelthomson.dev