k3s/namespaces/apps/forgejo/extra/ssh-service.yaml
2025-02-05 16:27:04 -05:00

11 lines
171 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ssh-svc
spec:
type: ClusterIP
ports:
- port: 2222
name: forgejo-ssh
targetPort: ssh
protocol: TCP