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