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