webui dial in
This commit is contained in:
parent
24f94ae154
commit
f79a0b648c
1 changed files with 4 additions and 9 deletions
|
|
@ -28,13 +28,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
command:
|
command:
|
||||||
|
|
@ -49,7 +43,7 @@ spec:
|
||||||
/data/.cache \
|
/data/.cache \
|
||||||
/data/.config \
|
/data/.config \
|
||||||
/data/bin
|
/data/bin
|
||||||
touch /data/.hermes/sessions/sessions.json
|
touch /data/.hermes/sessions/sessions.json
|
||||||
|
|
||||||
chmod -R g+rwX,o-rwx /data
|
chmod -R g+rwX,o-rwx /data
|
||||||
chown -R 1000:1000 /data/.hermes /data/.cache /data/.config /data/bin || true
|
chown -R 1000:1000 /data/.hermes /data/.cache /data/.config /data/bin || true
|
||||||
|
|
@ -71,6 +65,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: hermes-agent
|
- name: hermes-agent
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue