blumeops/argocd/manifests/tailscale-operator/kustomization.yaml
Erich Blume b49ff9f821 Add Tailscale Ingress for Forge via ExternalName Service
Create forge.tail8d86e.ts.net endpoint that proxies to Forgejo on
indri:3001. Uses ExternalName Service since Forgejo runs natively
on indri (not in k8s). Tagged with flyio-target for Fly.io proxy
access via existing ACLs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 07:51:28 -08:00

12 lines
237 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tailscale
resources:
- ../tailscale-operator-base
- proxygroup-ingress.yaml
- external-secret.yaml
- svc-forge-external.yaml
- ingress-forge.yaml