Skip to content

Add ssh support for Minikube

Mitchell Nielsen requested to merge 1932-support-ssh-minikube into master

Closes #1932 (closed)

Dependent on !1361 (merged), which sets the standard for how we want to expose GitLab shell. We will then follow suit in this MR for Minikube.

Note: At the moment, rather than following !1361 (merged) and exposing GitLab Shell via NGINX ingress, I am currently keeping NGINX Ingress disabled in favor of Minikube's ingress add-on for consistency. Instead, I changed the GitLab Shell chart's service type to NodePort and picked a high-numbered port. We can choose to adjust this if we'd like better consistency with the kind setup.

Edited by Mitchell Nielsen

Merge request reports