From fa15e971a35f37741c755d15ce3860e3dc2e2964 Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 21 Jul 2025 02:37:07 +0000 Subject: [PATCH] Update 'hommer-deployment.yml' --- hommer-deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hommer-deployment.yml b/hommer-deployment.yml index 35f66d3..b555ee6 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -33,9 +33,9 @@ spec: mountPath: /shared-git-data livenessProbe: exec: - command: - - ls - - /shared-git-data/Homepage-Dashboard/.git # Check for a file/directory inside the cloned repo + command: + - ls + - /shared-git-data/Homepage-Dashboard/.git # Check for a file/directory inside the cloned repo initialDelaySeconds: 5 # Wait 5 seconds before the first probe periodSeconds: 10 # Check every 10 seconds timeoutSeconds: 5 # Probe times out after 5 seconds