Skip to content

Commit

Permalink
Update ingress.yaml to allow large file uploads
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
vvcb authored Mar 26, 2024
1 parent 43183f4 commit 3cf881b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyterhub/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect : "true"
nginx.ingress.kubernetes.io/force-ssl-redirect : "true"
nginx.ingress.kubernetes.io/proxy-body-size: 64m
xlscsde.nhs.uk/dns-record: jupyter
spec:
ingressClassName: nginx
Expand All @@ -22,4 +23,4 @@ spec:
tls:
- hosts:
- ${dns_prefix}jupyter.${private_dnz_zone}
secretName: ${dns_prefix}jupyter.${private_dnz_zone}-tls
secretName: ${dns_prefix}jupyter.${private_dnz_zone}-tls

0 comments on commit 3cf881b

Please sign in to comment.