ingress-nginx-helm/charts/ingress-nginx/templates
Tobias Wolf 1d54d8b565 Add sysctl exemptions to controller PSP
I would like to be able to support this construction in my DaemonSet, I have coontrol over the host and this is the easiest way yo bump the socket properties.
```yaml
securityContext:
  sysctls:
    - name: net.core.somaxconn
      value: "8192"
```
2020-06-16 19:11:45 +02:00
..
admission-webhooks Allow pulling images by digest 2020-05-20 12:05:43 -04:00
_helpers.tpl Fix helper for defaultbackend name 2020-04-28 18:39:35 +02:00
clusterrole.yaml Add support for IngressClass and ingress.class annotation 2020-04-22 09:15:32 -04:00
clusterrolebinding.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-configmap-addheaders.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-configmap-proxyheaders.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-configmap-tcp.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-configmap-udp.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-configmap.yaml Configuration configmap should always be created 2020-03-13 09:51:07 -03:00
controller-daemonset.yaml Add sysctl exemptions to controller PSP 2020-06-16 19:11:45 +02:00
controller-deployment.yaml Add sysctl exemptions to controller PSP 2020-06-16 19:11:45 +02:00
controller-hpa.yaml Remove duplicated annotations definition and refactor hostPort configuration 2020-04-06 19:15:47 -04:00
controller-poddisruptionbudget.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-prometheusrules.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-psp.yaml Add sysctl exemptions to controller PSP 2020-06-16 19:11:45 +02:00
controller-role.yaml Add support for IngressClass and ingress.class annotation 2020-04-22 09:15:32 -04:00
controller-rolebinding.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-service-internal.yaml Add support for an internal load balancer along with an external one 2020-06-16 16:59:43 +02:00
controller-service-metrics.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-service-webhook.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-service.yaml Remove chart old podSecurityPolicy check 2020-04-14 23:07:45 -04:00
controller-serviceaccount.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
controller-servicemonitor.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
default-backend-deployment.yaml Allow pulling images by digest 2020-05-20 12:05:43 -04:00
default-backend-poddisruptionbudget.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
default-backend-psp.yaml Remove chart old podSecurityPolicy check 2020-04-14 23:07:45 -04:00
default-backend-role.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
default-backend-rolebinding.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
default-backend-service.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
default-backend-serviceaccount.yaml Hardcode component names. 2020-03-10 09:36:26 -04:00
NOTES.txt update notes.txt example with networking.k8s.io 2020-04-23 01:12:42 -04:00