summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorAmit Rathi <amit.juschill@gmail.com>2019-08-01 14:36:16 +0000
committerMike Greiling <mike@pixelcog.com>2019-08-01 14:36:16 +0000
commitf485686131b9fb2655856ddc35b011cb30dc90da (patch)
treead150b0ee4476764e39ec3e6dcd78e00ec192b78 /vendor
parent760e75c8fa809fa6d3233700aa7eb99c15458d5a (diff)
downloadgitlab-ce-f485686131b9fb2655856ddc35b011cb30dc90da.tar.gz
Jupyter fix hostname editing and remove extra load balancer
Diffstat (limited to 'vendor')
-rw-r--r--vendor/jupyter/values.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index 2aadd3dbe1e..852c6c3f2b0 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -57,3 +57,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
+
+proxy:
+ service:
+ type: ClusterIP