Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
9a034a86
Commit
9a034a86
authored
6 years ago
by
Amit Rathi
Committed by
Dmitriy Zaporozhets
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTTPS for JupyterHub installation
parent
d2e280c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
app/models/clusters/applications/jupyter.rb
app/models/clusters/applications/jupyter.rb
+5
-1
changelogs/unreleased/jupyter-tls.yml
changelogs/unreleased/jupyter-tls.yml
+5
-0
vendor/jupyter/values.yaml
vendor/jupyter/values.yaml
+1
-0
No files found.
app/models/clusters/applications/jupyter.rb
View file @
9a034a86
...
...
@@ -56,7 +56,11 @@ module Clusters
def
specification
{
"ingress"
=>
{
"hosts"
=>
[
hostname
]
"hosts"
=>
[
hostname
],
"tls"
=>
[{
"hosts"
=>
[
hostname
],
"secretName"
=>
"jupyter-cert"
}]
},
"hub"
=>
{
"extraEnv"
=>
{
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/jupyter-tls.yml
0 → 100644
View file @
9a034a86
---
title
:
"
#52753:
HTTPS
for
JupyterHub
installation"
merge_request
:
23479
author
:
Amit Rathi
type
:
added
This diff is collapsed.
Click to expand it.
vendor/jupyter/values.yaml
View file @
9a034a86
...
...
@@ -22,3 +22,4 @@ ingress:
enabled
:
true
annotations
:
kubernetes.io/ingress.class
:
"
nginx"
kubernetes.io/tls-acme
:
"
true"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment