17 lines
317 B
YAML
17 lines
317 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.tailscaleIngress.hostName }}
|