rego-tunnel: add configurable hostshare dir
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user