k3s/namespaces/apps/forgejo/extra/ssh-service.yaml

12 lines
171 B
YAML
Raw Normal View History

2025-02-05 16:27:04 -05:00
apiVersion: v1
kind: Service
metadata:
name: ssh-svc
spec:
type: ClusterIP
ports:
- port: 2222
name: forgejo-ssh
targetPort: ssh
protocol: TCP