summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit.juschill@gmail.com>2019-08-01 14:21:32 +0530
committerAmit Rathi <amit.juschill@gmail.com>2019-08-01 14:21:32 +0530
commitfdfc44c32aa5b84b2e19e471bc1c3a0d7563fca3 (patch)
tree482fb1e97224fad9d7790b51e4bff25b71a90a14
parent0723371d84ba5ca15e7625ba14a001153bb9e87c (diff)
downloadgitlab-ce-wider-contribuion/gitlab-ce-jupyter-fixes-v1.tar.gz
Change Jupyter proxy from NodePort to ClusterIPwider-contribuion/gitlab-ce-jupyter-fixes-v1
-rw-r--r--vendor/jupyter/values.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index ca95682858c..852c6c3f2b0 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -60,7 +60,4 @@ ingress:
proxy:
service:
- type: NodePort
- nodePorts:
- http: 30080
- https: 30443 \ No newline at end of file
+ type: ClusterIP