infra/home/cluster/forgejo/ingress-tailscale.yaml
2025-09-06 12:46:26 -05:00

18 lines
No EOL
332 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: forgejo-tailscale
namespace: forgejo
annotations:
tailscale.com/hostname: "git"
tailscale.com/tags: "tag:k8s"
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: forgejo
port:
number: 80
tls:
- hosts:
- git