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"
|
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
|
||||||
|
|
Reference in a new issue