Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorAmit Rathi <amit.juschill@gmail.com>2018-12-03 13:16:38 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-12-03 13:16:38 +0300
commit9a034a8628e83903967620d82497cc1e0b9dedf6 (patch)
tree66df2ea094d9b120f09bee00432fc8ff3da42137 /vendor
parentd2e280c4bf7a7f956cd6a366df668c3921239f8c (diff)
HTTPS for JupyterHub installation
Diffstat (limited to 'vendor')
-rw-r--r--vendor/jupyter/values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index 24136a7aca5..781d6e3042f 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -22,3 +22,4 @@ ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
+ kubernetes.io/tls-acme: "true"