Minikube immich-tailscale Ingress was deleted; the "photos" Tailscale device name is now free. Renaming the ringtail ingress claims it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
# Tailscale ProxyGroup Ingress for Immich on ringtail.
|
|
#
|
|
# Production hostname: photos.tail8d86e.ts.net
|
|
# (during the cutover window this was photos-ringtail; the minikube
|
|
# ingress was torn down before this was renamed to photos to avoid
|
|
# the Tailscale device-name collision.)
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: immich-tailscale
|
|
namespace: immich
|
|
annotations:
|
|
tailscale.com/funnel: "false"
|
|
tailscale.com/proxy-group: "ingress"
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: "Immich"
|
|
gethomepage.dev/group: "Content"
|
|
gethomepage.dev/icon: "immich.png"
|
|
gethomepage.dev/description: "Photo management"
|
|
gethomepage.dev/href: "https://photos.ops.eblu.me"
|
|
gethomepage.dev/pod-selector: "app=immich,component=server"
|
|
spec:
|
|
ingressClassName: tailscale
|
|
rules:
|
|
- http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: immich-server
|
|
port:
|
|
number: 2283
|
|
tls:
|
|
- hosts:
|
|
- photos
|