Skip to content
Open
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
15 changes: 7 additions & 8 deletions charts/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,13 @@ securityContext:
runAsUser: 1000
fsGroup: 1000
runAsNonRoot: true

## Assuming your kubelet allows it, you can the following instructions to configure
## specific sysctl parameters
##
# sysctls:
# - name: net.core.somaxconn
# value: '10000'

# -- Security context to be added to the Redis containers.
containerSecurityContext:
runAsUser: 1000
Expand All @@ -627,13 +633,6 @@ containerSecurityContext:
drop:
- ALL

## Assuming your kubelet allows it, you can the following instructions to configure
## specific sysctl parameters
##
# sysctls:
# - name: net.core.somaxconn
# value: '10000'

## Node labels, affinity, and tolerations for pod assignment
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#taints-and-tolerations-beta-feature
Expand Down