From 5201ba2099aade8fa04f8cb0517b0a3597ecbb58 Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Wed, 29 Jan 2025 14:08:45 +0100 Subject: [PATCH] change type to nodeport --- jupyter/base/jupyter-service.yaml | 1 + jupyter/jupyter-application.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyter/base/jupyter-service.yaml b/jupyter/base/jupyter-service.yaml index 748abf1..e2bb62f 100644 --- a/jupyter/base/jupyter-service.yaml +++ b/jupyter/base/jupyter-service.yaml @@ -4,6 +4,7 @@ metadata: name: jupyter-notebook-service namespace: jupyter spec: + type: NodePort ports: - port: 8888 targetPort: 8888 diff --git a/jupyter/jupyter-application.yaml b/jupyter/jupyter-application.yaml index 35f9956..61619d8 100644 --- a/jupyter/jupyter-application.yaml +++ b/jupyter/jupyter-application.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://platform.sunet.se/streams/streams-manifests.git - targetRevision: streams-manifests-2025-01-29-v12 + targetRevision: streams-manifests-2025-01-29-v17 path: jupyter/overlays/test destination: server: https://kubernetes.default.svc