Moved ingress to tailscale.
This commit is contained in:
parent
9e658b526a
commit
e0bf5e5a26
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Reference in a new issue