Skip to content

Commit

Permalink
removing the container level security context for coturn
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jul 29, 2023
1 parent bcd1ee5 commit 718260e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/coturn/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ spec:
{{- end }}
- name: var-tmp
mountPath: /var/tmp
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 718260e

Please sign in to comment.