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>
20 lines
419 B
YAML
20 lines
419 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: forge-tailscale
|
|
namespace: tailscale
|
|
annotations:
|
|
tailscale.com/proxy-class: "default"
|
|
tailscale.com/proxy-group: "ingress"
|
|
tailscale.com/tags: "tag:k8s,tag:flyio-target"
|
|
spec:
|
|
ingressClassName: tailscale
|
|
defaultBackend:
|
|
service:
|
|
name: forge-external
|
|
port:
|
|
number: 3001
|
|
tls:
|
|
- hosts:
|
|
- forge
|