change ingress to tailscale
This commit is contained in:
@@ -431,13 +431,13 @@ homepage:
|
||||
- Cluster Storage:
|
||||
icon: ceph.png
|
||||
description: Ceph
|
||||
href: https://ceph.alexlebens.net
|
||||
href: https://ceph-cl01tl.boreal-beaufort.ts.net
|
||||
siteMonitor: http://rook-ceph-mgr-dashboard.rook-ceph:7000
|
||||
statusStyle: dot
|
||||
- Database:
|
||||
icon: pgadmin.png
|
||||
description: PGAdmin
|
||||
href: https://pgadmin.alexlebens.net
|
||||
href: https://pgadmin-cl01tl.boreal-beaufort.ts.net
|
||||
siteMonitor: http://pgadmin.pgadmin:80
|
||||
statusStyle: dot
|
||||
- Secrets:
|
||||
@@ -445,7 +445,7 @@ homepage:
|
||||
description: Vault
|
||||
href: https://vault-cl01tl.boreal-beaufort.ts.net
|
||||
siteMonitor: http://vault.vault:8200
|
||||
statusStyle: dot
|
||||
statusStyle: dot
|
||||
- Object Storage (Outline):
|
||||
icon: minio.png
|
||||
description: Minio Tenant
|
||||
|
@@ -131,20 +131,16 @@ rook-ceph-cluster:
|
||||
enabled: true
|
||||
ingress:
|
||||
dashboard:
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
ingressClassName: tailscale
|
||||
host:
|
||||
name: ceph.alexlebens.net
|
||||
name: ceph-cl01tl
|
||||
path: /
|
||||
tls:
|
||||
- secretName: rook-secret-tls
|
||||
- secretName: ceph-cl01tl
|
||||
hosts:
|
||||
- ceph.alexlebens.net
|
||||
- ceph-cl01tl
|
||||
rules:
|
||||
- host: ceph.alexlebens.net
|
||||
- host: ceph-cl01tl
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
Reference in New Issue
Block a user