diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index 315f384..d45210a 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -43,7 +43,7 @@ spec: periodSeconds: 2 livenessProbe: tcpSocket: - port: web + port: 8069 initialDelaySeconds: 30 periodSeconds: 30 args: ["bash", "/runboat/runboat-start.sh"]