From 5fecde770db021fce5d454c5dd4372af5656f560 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Thu, 7 Sep 2023 15:56:06 -0600 Subject: [PATCH] Convert to cluster ip from nodeport default --- charts/jupyter/Chart.yaml | 2 +- charts/jupyter/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 1b81872..1ba78e3 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jupyter/values.yaml b/charts/jupyter/values.yaml index 98aaeaa..2e6eb88 100644 --- a/charts/jupyter/values.yaml +++ b/charts/jupyter/values.yaml @@ -37,9 +37,8 @@ securityContext: {} # runAsUser: 1000 service: - type: NodePort + type: ClusterIP port: 8888 - nodePort: 30100 ingress: enabled: false