Fix syntax

This commit is contained in:
Micke Nordin 2024-08-19 10:30:22 +02:00
parent ed27635841
commit 343a09c93e

View file

@ -1,6 +1,4 @@
--- ---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: metadata:
name: jupyterhub-ingress name: jupyterhub-ingress
annotations: annotations:
@ -11,6 +9,7 @@ spec:
name: proxy-public name: proxy-public
port: port:
number: 8000 number: 8000
ingressClassName: nginx
tls: tls:
- hosts: - hosts:
- vr-jupyter.drive.sunet.se - vr-jupyter.drive.sunet.se