mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
fix rook-ceph cluster dashboard ingress
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user