k8s-manifests/jupyter/base/charts/jupyterhub/templates/proxy/autohttps/_README.txt
Micke Nordin 324724c3b1
Jupytherhub:
Export 3.0.3 like so:
```
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm fetch jupyterhub/jupyterhub --version 3.0.3 --untar --untardir .
```
2023-09-25 16:29:56 +02:00

9 lines
457 B
Plaintext

# Automatic HTTPS Terminator
This directory has Kubernetes objects for automatic Let's Encrypt Support.
When enabled, we create a new deployment object that has an nginx-ingress
and kube-lego container in it. This is responsible for requesting,
storing and renewing certificates as needed from Let's Encrypt.
The only change required outside of this directory is in the `proxy-public`
service, which targets different hubs based on automatic HTTPS status.