From de9a2398d903063459bedaa9074046f98a3a0731 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 18 Jun 2024 02:58:50 +1000 Subject: [PATCH] Revert "update mount dir for homer" This reverts commit b7025e37433aedf5b786d1dc22053ee3352f56e6. --- kubernetes/apps/homer/app/development.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/homer/app/development.yaml b/kubernetes/apps/homer/app/development.yaml index f3aa68a..4fe529d 100644 --- a/kubernetes/apps/homer/app/development.yaml +++ b/kubernetes/apps/homer/app/development.yaml @@ -32,10 +32,10 @@ spec: containerPort: 8088 name: http volumeMounts: - - name: www - mountPath: /www + - name: assets + mountPath: /www/assets volumes: - - name: www + - name: assets hostPath: - path: /mnt/nfs/AppData/homer/www + path: /mnt/nfs/AppData/homer/www/assets type: Directory