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
Kubernetes Prow Robot
c5d7e2ad43
Merge pull request #5717 from geoblink/feature/add-support-for-internal-load-balancer
...
Add support for an internal load balancer along with an external one
2020-06-16 08:28:04 -07:00
Luis Garnica Guilarte
398f548b75
Add support for an internal load balancer along with an external one
...
Signed-off-by: Luis Garnica Guilarte <luisgarnica42@gmail.com>
2020-06-16 16:59:43 +02:00
Daniel Polito
e9c9068342
Fix controller.publishService.enabled on README
2020-06-11 21:30:26 -03:00
chamilad
ee84603d06
Add minor doc fixes to user guide and chart readme
2020-06-03 17:54:41 +12:00
Graham McGregor
2205edb16b
Allow pulling images by digest
...
The digest uniquely identifies a specific version of the image, so it is
never updated by Kubernetes unless you change the digest value. This is
desirable for security to gain confidence that no unvetted changes are
pulled to a deployment.
2020-05-20 12:05:43 -04:00
Tuan Anh Nguyen
e6d570d30b
add toleration support for admission webhooks
...
Update charts/ingress-nginx/Chart.yaml
Co-authored-by: Alex Harder <13860012+ChiefAlexander@users.noreply.github.com>
2020-05-20 09:26:59 +07:00
Manuel Alejandro de Brito Fontes
d6ee467918
Remove obsolete default backend settings
2020-04-30 08:32:28 -04:00
Cédric Laubacher
da12e01544
Update job image
2020-04-29 22:35:30 +02:00
Manuel Alejandro de Brito Fontes
f94aedb17c
Update admission webhook annotations
2020-04-29 11:09:00 -04:00
Joris Garonian
0f82342aa6
fix(Chart): Mismatch between values.yml and README.md
...
0d2c6db75e/charts/ingress-nginx/values.yaml (L458)
0d2c6db75e/charts/ingress-nginx/README.md (L183)
2020-04-29 01:23:02 +10:00
Manuel Alejandro de Brito Fontes
b68839118f
Release 0.31.1
2020-04-27 10:43:23 -04:00
Manuel Alejandro de Brito Fontes
1fb6f37091
Update chart instructions
2020-04-26 20:52:54 -04:00
Manuel Alejandro de Brito Fontes
1f3eac2c8c
Remove duplicated annotations definition and refactor hostPort configuration
2020-04-06 19:15:47 -04:00
Kubernetes Prow Robot
c2c8af28db
Merge pull request #5249 from aledbf/hostport
...
Add support for hostPort in Deployment
2020-03-16 06:26:42 -07:00
Manuel Alejandro de Brito Fontes
3a5bc90709
Add support for custom healthz path in helm chart
2020-03-15 12:52:34 -03:00
Manuel Alejandro de Brito Fontes
19c4c5652d
Add support for hostPort in Deployment
2020-03-14 18:24:46 -03:00
Naseem
5ae314bd64
Hardcode component names.
...
By removing this, we reduce unecessary config options and moving parts.
Signed-off-by: Naseem <naseem@transit.app>
2020-03-10 09:36:26 -04:00
Kubernetes Prow Robot
a7fa4cd2ce
Merge pull request #5178 from gregsidelinger/master
...
Adding annotations support to helm chart configmaps
2020-02-26 12:57:19 -08:00
Manuel Alejandro de Brito Fontes
a53ccec682
Sync chart PR #20984 ( #5171 )
2020-02-26 16:55:02 -03:00
Greg Sidelinger
a942b4e8dc
Updating README with new annotations options
...
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
2020-02-26 11:01:42 -05:00
Manuel Alejandro de Brito Fontes
e3e16941e5
Use local chart directory for dev-env and e2e tests ( #5165 )
2020-02-25 09:35:44 -03:00
Manuel Alejandro de Brito Fontes
624cb5f048
Start migration of helm chart ( #5159 )
2020-02-24 16:25:57 -03:00