Ability to set NodePort for ssh

It looks like it is possible to set the service type to NodePort for http and https but not ssh.

It could be great if we could set the port for gitlab-shell also. Something similar to this:

nginx-ingress:
  controller:
    service:
      type: NodePort
      nodePorts:
        http: 32080
        https: 32443
        ssh: 32022