Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-07 13:37:52 -04:00 committed by GitHub
parent 1576d158ae
commit beb3f31f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,7 @@ spec:
- name: WANTED_UID
value: "1024"
- name: WANTED_GID
value: "1000"
value: "1024"
volumeMounts:
- name: hermes-data
mountPath: /home/hermeswebui/.hermes
@ -190,7 +190,7 @@ spec:
securityContext:
runAsUser: 1024
runAsGroup: 1000
runAsGroup: 1024
runAsNonRoot: false
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false