Files
helm-charts/immich-argocd-postInstall/templates/immich-ingress.yaml

17 lines
325 B
YAML

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.tailscaleIngresses.immichHostName }}