Fix syntax
This commit is contained in:
parent
ed27635841
commit
343a09c93e
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: jupyterhub-ingress
|
||||
annotations:
|
||||
|
@ -11,6 +9,7 @@ spec:
|
|||
name: proxy-public
|
||||
port:
|
||||
number: 8000
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- vr-jupyter.drive.sunet.se
|
||||
|
|
Loading…
Reference in a new issue