diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index 9338649..5fda751 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -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 @@ -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