From fdfc44c32aa5b84b2e19e471bc1c3a0d7563fca3 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Thu, 1 Aug 2019 14:21:32 +0530 Subject: Change Jupyter proxy from NodePort to ClusterIP --- vendor/jupyter/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1