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