Skip to content
Snippets Groups Projects
Commit bccd6bda authored by david.bauer's avatar david.bauer :fire:
Browse files

Add default security context

parent 0a4f822a
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.1 version: 2.0.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
......
...@@ -30,16 +30,20 @@ serviceAccount: ...@@ -30,16 +30,20 @@ serviceAccount:
podAnnotations: podAnnotations:
logging.open-xchange.com/format: "appsuite-json" logging.open-xchange.com/format: "appsuite-json"
podSecurityContext: {} podSecurityContext:
# fsGroup: 2000 runAsNonRoot: true
runAsUser: 1000
securityContext: {} runAsGroup: 1000
# capabilities:
# drop: securityContext:
# - ALL runAsNonRoot: true
# readOnlyRootFilesystem: true runAsUser: 1000
# runAsNonRoot: true runAsGroup: 1000
# runAsUser: 1000 allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
service: service:
type: ClusterIP type: ClusterIP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment