C2(migrate-immich-to-ringtail): impl rename ringtail immich ingress photos-ringtail -> photos
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>
This commit is contained in:
parent
18e6c7ef5d
commit
aad76fc3e0
1 changed files with 5 additions and 6 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# Tailscale ProxyGroup Ingress for Immich on ringtail.
|
||||
#
|
||||
# Staging hostname: photos-ringtail.tail8d86e.ts.net
|
||||
# The minikube ingress claims the "photos" Tailscale device name.
|
||||
# Tailscale enforces uniqueness across the tailnet, so this ingress
|
||||
# uses photos-ringtail until the minikube ingress is torn down at
|
||||
# cutover. See [[immich-cutover-and-decommission]] for the rename.
|
||||
# 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:
|
||||
|
|
@ -34,4 +33,4 @@ spec:
|
|||
number: 2283
|
||||
tls:
|
||||
- hosts:
|
||||
- photos-ringtail
|
||||
- photos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue