From 40d83bb1f78a6f5aa31cfe6736b074076d4fb9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 20 Nov 2021 15:35:11 +0100 Subject: [PATCH] Use port number for livenessProbe --- src/runboat/kubefiles/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]