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