Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/matcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ matcher:

securityContext:
# -- Defines the group ID for the user running the process inside the container
runAsGroup: 65534
runAsGroup: 0
# -- Defines the user ID for the process running inside the container
runAsUser: 65534
# -- Ensures the process does not run as root
runAsNonRoot: true
runAsUser: 0
# -- Ensures the process does run as root
runAsNonRoot: false
capabilities:
drop:
- ALL
# -- Defines the root filesystem as read-only
readOnlyRootFilesystem: true
# -- Defines the root filesystem as writable
readOnlyRootFilesystem: false

# -- PodDisruptionBudget configuration
pdb:
Expand Down
Loading