From c6bcffb97aa9e970e7f95c223e0c26bca5dd594b Mon Sep 17 00:00:00 2001 From: Alex de Cock Buning <100383348@alumnos.uc3m.es> Date: Fri, 14 Jun 2024 12:54:22 +0200 Subject: [PATCH] bug fix --- deployments/custom-installation/deployManager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/custom-installation/deployManager.yaml b/deployments/custom-installation/deployManager.yaml index 3b8a824..79e3d99 100644 --- a/deployments/custom-installation/deployManager.yaml +++ b/deployments/custom-installation/deployManager.yaml @@ -18948,7 +18948,7 @@ spec: - name: CONTROLLER_IP value: l2sm-controller-service.default.svc.cluster.local - name: CONTROLLER_PORT - value: 8181 + value: "8181" image: alexdecb/l2sm-controller-manager:2.5 livenessProbe: httpGet: -- GitLab