Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-07 09:58:43 -04:00 committed by GitHub
parent 4e9fff4034
commit c803786611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,11 +15,11 @@ spec:
spec:
securityContext:
fsGroup: 1000
runAsGroup: 1000
runAsUser: 1000
containers:
- name: hermes-agent
securityContext:
allowPrivilegeEscalation: false
allowPrivilegeEscalation: true
capabilities:
drop:
- ALL
@ -123,6 +123,7 @@ spec:
limits:
memory: 4Gi
cpu: "2"
- name: hermes-webui
image: ghcr.io/nesquena/hermes-webui:latest
ports: