Update deployment.yaml
This commit is contained in:
parent
4e9fff4034
commit
c803786611
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue