diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index 42cc9e7..315f384 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -36,6 +36,16 @@ spec: containerPort: 8069 - name: longpolling containerPort: 8072 + readinessProbe: + tcpSocket: + port: 8069 + initialDelaySeconds: 2 + periodSeconds: 2 + livenessProbe: + tcpSocket: + port: web + initialDelaySeconds: 30 + periodSeconds: 30 args: ["bash", "/runboat/runboat-start.sh"] resources: limits: