23 lines
No EOL
429 B
YAML
23 lines
No EOL
429 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: forgejo-tailscale
|
|
namespace: forgejo
|
|
annotations:
|
|
tailscale.com/expose: "true"
|
|
tailscale.com/hostname: "git"
|
|
tailscale.com/funnel: "true"
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerClass: tailscale
|
|
selector:
|
|
app: forgejo
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 3000
|
|
protocol: TCP
|
|
- name: ssh
|
|
port: 22
|
|
targetPort: 2222
|
|
protocol: TCP |