Tailscale in Kubernetes

Set tailscale operator up in Kubernetes
Configure external services
This commit is contained in:
Greg Hellings
2025-08-15 22:39:00 -05:00
parent 5d883cdcfc
commit 2654a8972d
7 changed files with 73 additions and 37 deletions
+16 -2
View File
@@ -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