From 144564c6b06f9e0ce1558841ab8d5f9572434126 Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Sun, 3 Nov 2024 14:57:06 +0000 Subject: [PATCH] Removed tailscale ingress --- .../templates/immich-ingress.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 immich-argocd-requirements/templates/immich-ingress.yaml diff --git a/immich-argocd-requirements/templates/immich-ingress.yaml b/immich-argocd-requirements/templates/immich-ingress.yaml deleted file mode 100644 index ef2e7f1..0000000 --- a/immich-argocd-requirements/templates/immich-ingress.yaml +++ /dev/null @@ -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 }}