Removed tailscale ingress

This commit is contained in:
2024-11-03 14:57:06 +00:00
parent 623965abb5
commit 144564c6b0

View File

@@ -1,16 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ts-immich
annotations:
tailscale.com/funnel: "true"
spec:
defaultBackend:
service:
name: immich-server
port:
name: http
ingressClassName: tailscale
tls:
- hosts:
- {{ .Values.tailscaleIngress.hostName }}