Tailscale in Kubernetes
Set tailscale operator up in Kubernetes Configure external services
This commit is contained in:
@@ -22,5 +22,19 @@ spec:
|
||||
name: immich-server
|
||||
port:
|
||||
name: http
|
||||
- <<: *host
|
||||
host: immich.thehellings.com
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
namespace: immich
|
||||
name: immich-ingress-tailscale
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: immich-server
|
||||
port:
|
||||
name: http
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- immich
|
||||
|
||||
Reference in New Issue
Block a user