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"
ingress:
ingressClassName: "nginx"
ingressClassName: "tailscale"
dashboard:
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
host:
name: &host rook.valinor.social
path: "/"
tailscale.com/hostname: "tailscale"
tls:
- hosts:
- *host
- rook
cephBlockPoolsVolumeSnapshotClass:
enabled: false