mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user