From 0f24e967c0bc976d2a34d3ba68020e05021e0e28 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 5 Feb 2024 12:35:23 +0100 Subject: [PATCH] Remove namespace from base --- jupyter/base/jupyterhub-ingress.yml | 1 - jupyter/base/jupyterhub-service.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/jupyter/base/jupyterhub-ingress.yml b/jupyter/base/jupyterhub-ingress.yml index edc9586..2d95dbc 100644 --- a/jupyter/base/jupyterhub-ingress.yml +++ b/jupyter/base/jupyterhub-ingress.yml @@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: jupyterhub-ingress - namespace: jupyterhub annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: websecure diff --git a/jupyter/base/jupyterhub-service.yml b/jupyter/base/jupyterhub-service.yml index f6bd01d..78199a2 100644 --- a/jupyter/base/jupyterhub-service.yml +++ b/jupyter/base/jupyterhub-service.yml @@ -7,7 +7,6 @@ items: labels: app: jupyterhub-node name: jupyterhub-node - namespace: jupyterhub spec: ports: - port: 8080