diff --git a/charts/matcher/values.yaml b/charts/matcher/values.yaml index eda2cdbd..cae42b31 100644 --- a/charts/matcher/values.yaml +++ b/charts/matcher/values.yaml @@ -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: