Moved ingress to tailscale.

This commit is contained in:
Joseph Hanson 2023-10-09 15:42:35 -05:00
parent 9e658b526a
commit e0bf5e5a26

View file

@ -77,17 +77,13 @@ spec:
memory: "1Gi" memory: "1Gi"
ingress: ingress:
ingressClassName: "nginx" ingressClassName: "tailscale"
dashboard: dashboard:
annotations: annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" tailscale.com/hostname: "tailscale"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
host:
name: &host rook.valinor.social
path: "/"
tls: tls:
- hosts: - hosts:
- *host - rook
cephBlockPoolsVolumeSnapshotClass: cephBlockPoolsVolumeSnapshotClass:
enabled: false enabled: false