diff --git a/kubernetes/apps/homer/app/development.yaml b/kubernetes/apps/homer/app/development.yaml index f8690e2..fd78684 100644 --- a/kubernetes/apps/homer/app/development.yaml +++ b/kubernetes/apps/homer/app/development.yaml @@ -37,10 +37,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