Remove namespaces because kustomize complains
This commit is contained in:
parent
d3af8be887
commit
8c101acfbe
|
@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jupyterhub-ingress
|
name: jupyterhub-ingress
|
||||||
namespace: hig-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: hig-jupyterhub
|
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
|
|
@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jupyterhub-ingress
|
name: jupyterhub-ingress
|
||||||
namespace: su-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: su-jupyterhub
|
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
|
|
@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jupyterhub-ingress
|
name: jupyterhub-ingress
|
||||||
namespace: sunet-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: sunet-jupyterhub
|
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
|
|
@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jupyterhub-ingress
|
name: jupyterhub-ingress
|
||||||
namespace: uu-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: uu-jupyterhub
|
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
|
Loading…
Reference in a new issue