Skip to content
Snippets Groups Projects
Unverified Commit ea59bc9b authored by Erik Sundell's avatar Erik Sundell Committed by GitHub
Browse files

Revert "Configure liveness/readinessProbe"

parent f12ab55b
No related branches found
No related tags found
No related merge requests found
......@@ -179,11 +179,3 @@ spec:
ports:
- containerPort: 8081
name: hub
livenessProbe:
httpGet:
path: /health
port: hub
readinessProbe:
httpGet:
path: /health
port: hub
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment