artisanal hand-crafted yaml here, the best!
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
34bb74e292
commit
2173d08789
|
@ -12,6 +12,10 @@ spec:
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||||
targetRevision: 4.8.3
|
targetRevision: 4.8.3
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
name: controller.service.type
|
||||||
|
value: NodePort
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
Loading…
Reference in New Issue