Releases: sailthru/terraform-kubernetes-ambassador
Releases · sailthru/terraform-kubernetes-ambassador
v0.1.0
v0.0.19
Adding Rules to Ambassador's ClusterRole to support EKS v1.20
Full Changelog: v0.0.18...v0.0.19
v0.0.18
v0.0.17
v0.0.16
v0.0.15
additional port configuration, now the entire port mapping end to end can be configured with an input variable:
ie:
loadbalance_service_target_ports = [
{
name = "http"
port = "80"
target_port = "80"
container_port = "80"
},
{
name = "https"
port = "443"
target_port = "443"
container_port = "443"
},
]