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:
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
|
||||
|
||||
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
|
||||
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
command:
|
||||
|
|
@ -48,8 +42,8 @@ spec:
|
|||
/data/.hermes/sessions \
|
||||
/data/.cache \
|
||||
/data/.config \
|
||||
/data/bin
|
||||
touch /data/.hermes/sessions/sessions.json
|
||||
/data/bin
|
||||
touch /data/.hermes/sessions/sessions.json
|
||||
|
||||
chmod -R g+rwX,o-rwx /data
|
||||
chown -R 1000:1000 /data/.hermes /data/.cache /data/.config /data/bin || true
|
||||
|
|
@ -71,6 +65,7 @@ spec:
|
|||
volumeMounts:
|
||||
- name: hermes-data
|
||||
mountPath: /data
|
||||
|
||||
containers:
|
||||
- name: hermes-agent
|
||||
securityContext:
|
||||
|
|
@ -246,4 +241,4 @@ spec:
|
|||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 25Gi
|
||||
storage: 25Gi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue