From 497efcb80099043ad7240e0e6b9df335af00cbe2 Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 14 Jul 2025 04:39:21 +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 dc26d75..c8018f1 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: /repo # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. + mountPath: /repo/assets # Homer's default config directory is usually /app/config or similar, not /www. You might need to adjust this. ports: - containerPort: 8080 ---