From eedd95f08cfb483da2e8effddaefc7dc8e335ed6 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 12 Aug 2024 20:52:00 +1000 Subject: [PATCH] update homer volume --- apps/homer/base/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/homer/base/deployment.yaml b/apps/homer/base/deployment.yaml index d44f063..f670db0 100644 --- a/apps/homer/base/deployment.yaml +++ b/apps/homer/base/deployment.yaml @@ -32,10 +32,10 @@ spec: containerPort: 8088 name: http volumeMounts: - - name: assets - mountPath: /www/assets + - name: www + mountPath: /www volumes: - - name: assets + - name: www hostPath: - path: /mnt/nfs/AppData/homer/www/assets + path: /mnt/nfs/AppData/homer/www type: Directory