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
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
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
Kubernetes Prow Robot
4b62da824e
Merge pull request #5494 from janosi/wh_runasuser
...
Add configuration option for the runAsUser parameter of the webhook patch job
2020-05-04 13:04:26 -07:00
Kubernetes Prow Robot
45698ca4e6
Merge pull request #5504 from janosi/wh_imagepullsecret
...
Add configuration option for the imagePullSecrets in the webhook jobs
2020-05-04 12:34:28 -07:00
Laszlo Janosi
5148443ca7
Move webhook runAsUser from patch.image.runAsUser to patch.runAsUser
2020-05-04 17:50:00 +00:00
John Reese
c6b053d922
Update job-patchWebhook.yaml
...
Referencing `deploy.yaml` results in a `null` value for the `imagePullPolicy`. Looks like the pull policy value is set under image!
2020-05-04 13:48:05 -04:00
Laszlo Janosi
50896901b0
Add configuration option for the imagePullSecrets in the WH jobs
2020-05-04 17:46:27 +00:00
Laszlo Janosi
82588a33a7
Add configuration option for the runAsUser parameter of the webhook patch job
2020-05-03 17:08:42 +00:00
Manuel Alejandro de Brito Fontes
768a91f58d
Fix chart missing default backend name
2020-04-29 22:44:04 -04:00
nicklasfrahm
f63b7601a2
Fix helper for defaultbackend name
...
Signed-off-by: nicklasfrahm <nicklas.frahm@gmail.com>
2020-04-28 18:39:35 +02:00
Mofizur Rahman
4e63d6452a
update notes.txt example with networking.k8s.io
...
ingress api extensions/v1beta1 is not longer supported since 1.18
the example after nginx helm deployment should reflect that
2020-04-23 01:12:42 -04:00
Manuel Alejandro de Brito Fontes
efbb3f9fc8
Add support for IngressClass and ingress.class annotation
2020-04-22 09:15:32 -04:00
Manuel Alejandro de Brito Fontes
977178dea4
Remove chart old podSecurityPolicy check
2020-04-14 23:07:45 -04:00
Manuel Alejandro de Brito Fontes
2cc828213d
Fix deployment strategy
2020-04-07 13:08:09 -04:00
Manuel Alejandro de Brito Fontes
1f3eac2c8c
Remove duplicated annotations definition and refactor hostPort configuration
2020-04-06 19:15:47 -04:00
Manuel Alejandro de Brito Fontes
f86b0cdbba
Add lifecycle hook and option to enable mimalloc
2020-04-06 13:16:46 -04:00
Manuel Alejandro de Brito Fontes
b8839a66b5
Fix valid semver comparison to allow dev images
2020-03-16 16:53:56 -03:00
Kubernetes Prow Robot
f19d52bba4
Merge pull request #5252 from aledbf/tag
...
Check chart controller image tag
2020-03-16 07:58:43 -07:00
Manuel Alejandro de Brito Fontes
e9641ba08e
Check chart controller image tag
2020-03-16 11:50:05 -03: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
Manuel Alejandro de Brito Fontes
a96826b617
Configuration configmap should always be created
2020-03-13 09:51:07 -03:00
Manuel Alejandro de Brito Fontes
9f3fbc3014
Remove checks for older versions
2020-03-13 09:50:33 -03:00
Manuel Alejandro de Brito Fontes
1c90847801
Fix controller container name
2020-03-12 10:23:52 -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
ChiefAlexander
388a499533
Cleanup chart code
2020-03-03 09:20:45 -06:00
ChiefAlexander
710f1f2601
Update helm templates to match new chart name
2020-02-28 08:53:24 -06:00
Naseem
003039f23c
Use recommended labels and label helpers
...
Signed-off-by: Naseem <naseem@transit.app>
2020-02-27 22:35:34 -05: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
5f118ca2c8
Adding annotations support to configmaps
...
Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
2020-02-26 10:53:20 -05:00
Manuel Alejandro de Brito Fontes
624cb5f048
Start migration of helm chart ( #5159 )
2020-02-24 16:25:57 -03:00