mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/nginx] Move sysctls to podSecurityContext (#6101)
* Move sysctls to podSecurityContext * Update chart version
This commit is contained in:
@@ -25,4 +25,4 @@ name: nginx
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx
|
||||
- http://www.nginx.org
|
||||
version: 8.8.2
|
||||
version: 8.8.3
|
||||
|
||||
@@ -236,6 +236,13 @@ tolerations: {}
|
||||
podSecurityContext:
|
||||
enabled: false
|
||||
fsGroup: 1001
|
||||
## sysctl settings
|
||||
## Example:
|
||||
## sysctls:
|
||||
## - name: net.core.somaxconn
|
||||
## value: "10000"
|
||||
##
|
||||
sysctls: {}
|
||||
|
||||
## NGINX Core containers' Security Context (only main container).
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
|
||||
@@ -244,13 +251,6 @@ containerSecurityContext:
|
||||
enabled: false
|
||||
runAsUser: 1001
|
||||
runAsNonRoot: true
|
||||
## sysctl settings
|
||||
## Example:
|
||||
## sysctls:
|
||||
## - name: net.core.somaxconn
|
||||
## value: "10000"
|
||||
##
|
||||
sysctls: {}
|
||||
|
||||
## Configures the ports NGINX listens on
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user