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
42 changes: 22 additions & 20 deletions charts/prometheus-federator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,18 @@ helmProjectOperator:
# memory: 100Mi
# cpu: 100m

containerSecurityContext: { }
# allowPrivilegeEscalation: false
# capabilities:
# drop:
# - ALL
# privileged: false
# readOnlyRootFilesystem: true

securityContext: { }
# runAsGroup: 1000
# runAsUser: 1000
containerSecurityContext:
allowPrivilegeEscalation: false
privileged: false
capabilities:
drop:
- all

securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
# supplementalGroups:
# - 1000

Expand All @@ -226,17 +227,18 @@ helmProjectOperator:
# value: "value"
# effect: "NoSchedule"

containerSecurityContext: { }
# allowPrivilegeEscalation: false
# capabilities:
# drop:
# - ALL
# privileged: false
# readOnlyRootFilesystem: true
containerSecurityContext:
allowPrivilegeEscalation: false
privileged: false
capabilities:
drop:
- all

securityContext:
runAsNonRoot: false
runAsUser: 0
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000

resources: { }
# limits:
Expand Down
Loading