livenessProbe: httpGet: path: /health port: 3000 initialDelaySeconds: 15 timeoutSeconds: 30
readinessProbe: httpGet: path: /isReady port: 3000 initialDelaySeconds: 15 timeoutSeconds: 30