Remove namespace from base
This commit is contained in:
parent
5480d695d0
commit
0f24e967c0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue