Skip to content
Snippets Groups Projects
Commit 54b33690 authored by David Mendez's avatar David Mendez
Browse files

Add readiness probe to avoid downtime while compiling js code

parent ecb1e210
No related branches found
No related tags found
......@@ -39,6 +39,10 @@ spec:
value: "<NO_PROXY>"
- name: no_proxy
value: "<NO_PROXY>"
readinessProbe:
httpGet:
port: 3000
successThreshold: 10
volumes:
- name: run-config
secret:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment