diff options
Diffstat (limited to 'bundles/copyparty/files/kube.yaml')
| -rw-r--r-- | bundles/copyparty/files/kube.yaml | 2 |
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 |