From bd17a5729065eb325794c0107a812070206e0324 Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 14 Jul 2025 04:20:37 +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 3f2f405..55d3049 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -33,7 +33,7 @@ spec: image: b4bz/homer:v23.09.1 volumeMounts: - name: git-repo-volume - mountPath: /www/assets + mountPath: /www ports: - containerPort: 8080 ---