fix(hermes): run triage gateway as nonroot
This commit is contained in:
parent
c7075c0172
commit
753de55c94
@ -292,6 +292,15 @@ spec:
|
||||
# TODO: migrate to Vault alongside the Gitea token; this manual
|
||||
# Secret was created in the interest of demo time.
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
capabilities:
|
||||
drop: [ALL]
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
volumeMounts:
|
||||
- name: home
|
||||
mountPath: /opt/data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user