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>
13 lines
218 B
YAML
13 lines
218 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: forge-external
|
|
namespace: tailscale
|
|
spec:
|
|
type: ExternalName
|
|
externalName: indri.tail8d86e.ts.net
|
|
ports:
|
|
- name: http
|
|
port: 3001
|
|
protocol: TCP
|