sparse-intern-71089
01/29/2021, 4:16 PMbillowy-army-68599
ingress-nginx
chart have helm hooks that create those jobs?billowy-army-68599
orange-holiday-79016
01/29/2021, 4:44 PMingress_nginx_yaml = helm.Chart('ingress-nginx-yaml',
config=helm.ChartOpts(
chart='ingress-nginx',
version='3.22.0',
namespace='ingress-nginx',
fetch_opts=helm.FetchOpts(
repo='<https://kubernetes.github.io/ingress-nginx>'),
values={
'tcp': {
'22': 'default/gitserver:22' }} ))
For reference: you can find the source of the chart here.orange-holiday-79016
01/29/2021, 4:47 PMorange-holiday-79016
01/29/2021, 4:51 PMbillowy-army-68599
ingress-nginx
and nginx-ingress
? 😄billowy-army-68599
orange-holiday-79016
01/29/2021, 4:59 PMingress-nginx
is maintained by kubernetes
and nginx-ingress
is maintained by nginx
. If you’re interested in more details you can take a look here. I’ll have another look myself.