Remove namespace from base

This commit is contained in:
Micke Nordin 2024-02-05 12:35:23 +01:00
parent 5480d695d0
commit 0f24e967c0
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: jupyterhub-ingress name: jupyterhub-ingress
namespace: jupyterhub
annotations: annotations:
kubernetes.io/ingress.class: traefik kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure

View file

@ -7,7 +7,6 @@ items:
labels: labels:
app: jupyterhub-node app: jupyterhub-node
name: jupyterhub-node name: jupyterhub-node
namespace: jupyterhub
spec: spec:
ports: ports:
- port: 8080 - port: 8080