Separate jupyter per customer

This commit is contained in:
Micke Nordin 2024-02-05 11:43:06 +01:00
parent 4346a12de8
commit 3c53008276
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257
12 changed files with 197 additions and 5 deletions

View file

@ -0,0 +1,32 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jupyterhub-ingress
namespace: hig-jupyterhub
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
defaultBackend:
service:
name: proxy-public
port:
number: 8443
tls:
- hosts:
- hig-jupyter.drive.test.sunet.se
secretName: tls-secret
rules:
- host: hig-jupyter.drive.test.sunet.se
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: proxy-public
port:
number: 80

View file

@ -0,0 +1,25 @@
---
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
labels:
app: jupyterhub-node
name: jupyterhub-node
namespace: hig-jupyterhub
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: jupyterhub-node
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""
selfLink: ""

View file

@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base/ - ../../../base/
patches: patches:
- path: jupyterhub-ingress.yml - path: jupyterhub-ingress.yml
- path: jupyterhub-service.yml - path: jupyterhub-service.yml

View file

@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: jupyterhub-ingress name: jupyterhub-ingress
namespace: jupyterhub 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
@ -16,11 +16,11 @@ spec:
number: 8443 number: 8443
tls: tls:
- hosts: - hosts:
- jupyter.drive.test.sunet.se - su-jupyter.drive.test.sunet.se
secretName: tls-secret secretName: tls-secret
rules: rules:
- host: jupyter.drive.test.sunet.se - host: su-jupyter.drive.test.sunet.se
http: http:
paths: paths:
- path: / - path: /

View file

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

View file

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/
patches:
- path: jupyterhub-ingress.yml
- path: jupyterhub-service.yml

View file

@ -0,0 +1,32 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jupyterhub-ingress
namespace: sunet-jupyterhub
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
defaultBackend:
service:
name: proxy-public
port:
number: 8443
tls:
- hosts:
- sunet-jupyter.drive.test.sunet.se
secretName: tls-secret
rules:
- host: sunet-jupyter.drive.test.sunet.se
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: proxy-public
port:
number: 80

View file

@ -0,0 +1,25 @@
---
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
labels:
app: jupyterhub-node
name: jupyterhub-node
namespace: sunet-jupyterhub
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: jupyterhub-node
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""
selfLink: ""

View file

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/
patches:
- path: jupyterhub-ingress.yml
- path: jupyterhub-service.yml

View file

@ -0,0 +1,32 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jupyterhub-ingress
namespace: uu-jupyterhub
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
defaultBackend:
service:
name: proxy-public
port:
number: 8443
tls:
- hosts:
- uu-jupyter.drive.test.sunet.se
secretName: tls-secret
rules:
- host: uu-jupyter.drive.test.sunet.se
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: proxy-public
port:
number: 80

View file

@ -0,0 +1,25 @@
---
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
labels:
app: jupyterhub-node
name: jupyterhub-node
namespace: uu-jupyterhub
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: jupyterhub-node
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""
selfLink: ""

View file

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/
patches:
- path: jupyterhub-ingress.yml
- path: jupyterhub-service.yml