File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
624631containerSecurityContext :
@@ -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
You can’t perform that action at this time.
0 commit comments