Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zero-to-jupyterhub-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RWTHjupyter
Upstream
zero-to-jupyterhub-k8s
Commits
ea59bc9b
Unverified
Commit
ea59bc9b
authored
5 years ago
by
Erik Sundell
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Configure liveness/readinessProbe"
parent
f12ab55b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jupyterhub/templates/hub/deployment.yaml
+0
-8
0 additions, 8 deletions
jupyterhub/templates/hub/deployment.yaml
jupyterhub/templates/proxy/deployment.yaml
+0
-8
0 additions, 8 deletions
jupyterhub/templates/proxy/deployment.yaml
with
0 additions
and
16 deletions
jupyterhub/templates/hub/deployment.yaml
+
0
−
8
View file @
ea59bc9b
...
...
@@ -179,11 +179,3 @@ spec:
ports:
-
containerPort:
8081
name:
hub
livenessProbe:
httpGet:
path:
/health
port:
hub
readinessProbe:
httpGet:
path:
/health
port:
hub
This diff is collapsed.
Click to expand it.
jupyterhub/templates/proxy/deployment.yaml
+
0
−
8
View file @
ea59bc9b
...
...
@@ -101,11 +101,3 @@ spec:
name
:
proxy-public
-
containerPort
:
8001
name
:
api
livenessProbe
:
httpGet
:
path
:
/_chp_healthz
port
:
proxy-public
readinessProbe
:
httpGet
:
path
:
/health
# Wait until hub is ready (this is proxied to hub)
port
:
proxy-public
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment