Skip to content

Commit 399641e

Browse files
fix: move sysctl parameters documentation in values.yaml
Signed-off-by: Aaron Layfield <aaron.layfield@gmail.com>
1 parent e46bff7 commit 399641e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

charts/redis-ha/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,13 @@ securityContext:
619619
runAsUser: 1000
620620
fsGroup: 1000
621621
runAsNonRoot: true
622+
## Assuming your kubelet allows it, you can the following instructions to configure
623+
## specific sysctl parameters
624+
##
625+
# sysctls:
626+
# - name: net.core.somaxconn
627+
# value: '10000'
628+
622629

623630
# -- Security context to be added to the Redis containers.
624631
containerSecurityContext:
@@ -631,12 +638,6 @@ containerSecurityContext:
631638
drop:
632639
- ALL
633640

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

641642
## Node labels, affinity, and tolerations for pod assignment
642643
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector

0 commit comments

Comments
 (0)