Update deployment.yaml
This commit is contained in:
parent
11fb4b2361
commit
9daa8a3d9c
1 changed files with 6 additions and 1 deletions
|
|
@ -43,7 +43,12 @@ spec:
|
|||
args:
|
||||
- |
|
||||
apk add --no-cache git
|
||||
mkdir -p /data/.hermes/webui /data/.cache /data/.config /data/bin
|
||||
mkdir -p /data/.hermes/webui \
|
||||
/data/.hermes/logs \
|
||||
/data/.hermes/sessions \
|
||||
/data/.cache \
|
||||
/data/.config \
|
||||
/data/bin
|
||||
chmod -R g+rwX,o-rwx /data
|
||||
chown -R 1000:1000 /data/.hermes /data/.cache /data/.config /data/bin || true
|
||||
chown -R 1024:1024 /data/.hermes/webui || true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue