15 lines
391 B
YAML
15 lines
391 B
YAML
|
|
---
|
||
|
|
# 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
|