From b8c15cf07882752e8a2dfc0ce9912639bcbf19ff Mon Sep 17 00:00:00 2001 From: anpham Date: Mon, 14 Jul 2025 05:33:15 +0000 Subject: [PATCH] Update 'hommer-deployment.yml' --- hommer-deployment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hommer-deployment.yml b/hommer-deployment.yml index f05e443..f41e0d2 100644 --- a/hommer-deployment.yml +++ b/hommer-deployment.yml @@ -27,10 +27,10 @@ spec: - name: git-cloner image: alpine/git:latest - command: ["git", "clone", "https://git.anpham.me/DurianLAB/Homepage-Dashboard.git", "/repo"] + command: ["git", "clone", "https://git.anpham.me/DurianLAB/Homepage-Dashboard.git", "/shared-git-data/Homepage-Dashboard"] volumeMounts: - name: git-repo-volume - mountPath: /repo/assets + mountPath: /shared-git-data containers: - name: hommer @@ -38,6 +38,7 @@ spec: volumeMounts: - name: git-repo-volume mountPath: /www/assets + subPath: Homepage-Dashboard/assets # - name: config-volume # mountPath: /www/assets ports: