rego-tunnel: add configurable hostshare dir
Some checks failed
Test / test (push) Has been cancelled
Renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-29 01:41:37 +00:00
parent 0020c539ea
commit 302c52c784
3 changed files with 16 additions and 2 deletions

View File

@@ -48,6 +48,10 @@
{
"key": "LEASE_TIME",
"value": "${LEASE_TIME}"
},
{
"key": "HOSTSHARE_DIR",
"value": "${HOSTSHARE_DIR}"
}
],
"internalPort": 8006,
@@ -67,7 +71,7 @@
"private": false
},
{
"hostPath": "${APP_DATA_DIR}",
"hostPath": "${HOSTSHARE_DIR}",
"containerPath": "/hostshare",
"readOnly": false,
"shared": false,