fix(mycloud-collabora): with less privilegs
This commit is contained in:
parent
9281c1e9be
commit
dbb1b531a5
3 changed files with 25 additions and 2 deletions
|
@ -6,4 +6,4 @@ maintainers:
|
|||
- name: WrenIX
|
||||
url: https://wrenix.eu
|
||||
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "myCloud component to setup collabora"
|
|||
|
||||
# mycloud-collabora
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
myCloud component to setup collabora
|
||||
|
||||
|
|
|
@ -94,3 +94,26 @@ spec:
|
|||
{{- toYaml .Values.commons.grafana.dashboards.labels | nindent 10 }}
|
||||
annotations:
|
||||
{{- toYaml .Values.commons.grafana.dashboards.annotations | nindent 10 }}
|
||||
|
||||
serviceAccount:
|
||||
create: true
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 100
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 100
|
||||
runAsGroup: 101
|
||||
seccompProfile:
|
||||
type: "RuntimeDefault"
|
||||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
add:
|
||||
- "CHOWN"
|
||||
- "FOWNER"
|
||||
- "SYS_CHROOT"
|
||||
|
|
Loading…
Add table
Reference in a new issue