readiness

parent 0c605c44
...@@ -16,8 +16,15 @@ spec: ...@@ -16,8 +16,15 @@ spec:
- containerPort: 3000 - containerPort: 3000
name: nodejs-port name: nodejs-port
livenessProbe: livenessProbe:
httpGet:
path: /
port: 3000
initialDelaySeconds: 15
timeoutSeconds: 30
readinessProbe:
httpGet: httpGet:
path: / path: /
port: 3000 port: 3000
initialDelaySeconds: 15 initialDelaySeconds: 15
timeoutSeconds: 30 timeoutSeconds: 30
Markdown is supported
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