streams-manifests/jupyter/base/jupyterhub-ingress.yml
2025-01-31 17:10:53 +01:00

25 lines
535 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jupyterhub-ingress
annotations:
cert-manager.io/issuer: "letsencrypt"
acme.cert-manager.io/http01-edit-in-place: "true"
spec:
tls:
- hosts:
- jupyter.streams.sunet.se
secretName: tls-secret
ingressClassName: nginx
rules:
- host: jupyter.streams.sunet.se
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: proxy-public
port:
number: 80