diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 9f5b527..4e681ef 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.4.3 +version: 0.4.4 # 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/templates/ingress.yaml b/charts/jupyter/templates/ingress.yaml index 5e9b785..5d86efc 100644 --- a/charts/jupyter/templates/ingress.yaml +++ b/charts/jupyter/templates/ingress.yaml @@ -51,7 +51,7 @@ spec: service: name: {{ $fullName }} port: - number: {{ $svcPort }} + number: {{ default $svcPort .svcPort }} {{- else }} serviceName: {{ $fullName }} servicePort: {{ $svcPort }} diff --git a/charts/jupyter/values.yaml b/charts/jupyter/values.yaml index 8af880d..18f707c 100644 --- a/charts/jupyter/values.yaml +++ b/charts/jupyter/values.yaml @@ -51,6 +51,7 @@ ingress: paths: - path: / pathType: ImplementationSpecific + svcPort: 8888 tls: [] # - secretName: chart-example-tls # hosts: diff --git a/jupyter-treus/Chart.yaml b/jupyter-treus/Chart.yaml index c977a75..07264b8 100644 --- a/jupyter-treus/Chart.yaml +++ b/jupyter-treus/Chart.yaml @@ -25,5 +25,5 @@ appVersion: "1.0.0" dependencies: - name: jupyter - version: 0.4.3 + version: 0.4.4 repository: https://nicklausbrown.github.io/jupyter-kubernetes/ diff --git a/jupyter-treus/values.yaml b/jupyter-treus/values.yaml index 2172b41..8fcae45 100644 --- a/jupyter-treus/values.yaml +++ b/jupyter-treus/values.yaml @@ -28,7 +28,6 @@ jupyter: paths: - path: / pathType: ImplementationSpecific - svcPort: 8888 - path: /tensorboard pathType: ImplementationSpecific svcPort: 6006