From f8a42fe1d12f58c6b3b6cd5f39dba6c0a633e3b0 Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 14 Jul 2025 04:35:13 +0000 Subject: [PATCH] Update 'hommer-deployment.yml' --- hommer-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hommer-deployment.yml b/hommer-deployment.yml index d9ea4e0..dc26d75 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -34,7 +34,7 @@ spec: image: b4bz/homer:v23.09.1 volumeMounts: - name: git-repo-volume - mountPath: /www # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. + mountPath: /repo # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. ports: - containerPort: 8080 ---