Tobias Wolf
c56baf6b15
Add quoting to sysctls because numeric values need to be presented as strings ( #5823 )
2020-07-01 10:02:26 -04:00
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
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
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
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
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
Manuel Alejandro de Brito Fontes
624cb5f048
Start migration of helm chart ( #5159 )
2020-02-24 16:25:57 -03:00