about summary refs log tree commit diff
path: root/bundles/copyparty/files/kube.yaml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-23 20:17:32 +0900
committerRobert Günzler <r@gnzler.io>2026-08-05 16:43:05 +0200
commit3ea65d612e151854bb656416dc4a0090902eed0f (patch)
tree7f0f263f3e71f8e62bd2042e4ee213f2cd3500be /bundles/copyparty/files/kube.yaml
parentb74007eac3388a500f02390b4c834beccb57d2ca (diff)
copyparty: move host mounts under /host prefix
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
-rw-r--r--bundles/copyparty/files/kube.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/copyparty/files/kube.yaml b/bundles/copyparty/files/kube.yaml
index 1ea4adf..9e260c0 100644
--- a/bundles/copyparty/files/kube.yaml
+++ b/bundles/copyparty/files/kube.yaml
@@ -36,7 +36,7 @@ spec:
           mountPath: /w
         # mount host paths we want to expose
         - name: var-www
-          mountPath: /var/www
+          mountPath: /host/var/www
       ports:
         - containerPort: 3923
           protocol: TCP