[bitnami/contour] Add the possibility to set HostIP (#6000)

* [bitnami/contour] Add the possibility to set HostIP

The cart does not allow setting the `hostIP` parameter on the
Envoy Deamonset. This is useful in certain cases (e.g. with `k3s`
and single-node deployments) and should be possible.

This commit simply adds the possibility to set the `hostIP` on ports
exposed by Envoy.

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* Remove extra line

* Remove extra line

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
Co-authored-by: Alejandro Moreno <amorenoc@vmware.com>
This commit is contained in:
Boky
2021-04-12 15:23:19 +02:00
committed by GitHub
parent ca6416a749
commit b3749e6b10
4 changed files with 19 additions and 1 deletions

View File

@@ -515,6 +515,9 @@ envoy:
## Use hostPorts
##
useHostPort: true
## Use hostIPs
##
useHostIP: false
## HTTP and HTTPS ports
##
@@ -522,6 +525,12 @@ envoy:
http: 80
https: 443
## HTTP and HTTPS IPs
##
hostIPs:
http: 127.0.0.1
https: 127.0.0.1
## Configures the ports the Envoy proxy listens on
##
containerPorts: