--- # ClusterIP service for Forgejo on indri. Paired with endpoints-forge.yaml # which provides the actual routing to indri's Tailscale IP. # ExternalName services don't have a ClusterIP, which the Tailscale # ingress operator requires. apiVersion: v1 kind: Service metadata: name: forge-external namespace: tailscale spec: ports: - name: http port: 3001 protocol: TCP