Skip to content

Releases: sailthru/terraform-kubernetes-ambassador

v0.1.0

17 May 14:52
54f5541
Compare
Choose a tag to compare

Terraform version upgrade 0.14.11

v0.0.19

12 May 13:36
7a5ff77
Compare
Choose a tag to compare

Adding Rules to Ambassador's ClusterRole to support EKS v1.20

Full Changelog: v0.0.18...v0.0.19

v0.0.18

04 Feb 17:00
4e9e920
Compare
Choose a tag to compare
Merge pull request #17 from sailthru/use-new-tf-syntax

add = to requests/limits

v0.0.17

15 Sep 01:30
720113a
Compare
Choose a tag to compare

Updates the kubernetes apiVersion to support version 1.16

v0.0.16

24 Jul 03:10
889f46e
Compare
Choose a tag to compare

Remove the statsd exporter, and add prometheus scrape annotations - #15

v0.0.15

23 Jul 16:30
0b63579
Compare
Choose a tag to compare

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"
    },
  ]

v0.0.14

23 Jul 16:13
b9c9a5a
Compare
Choose a tag to compare

update default ambassador version to 1.6.0 and port specification updates

v0.0.13

23 Jul 15:59
31729ca
Compare
Choose a tag to compare

parameterize list of ports to enable

v0.0.12

28 Jun 23:42
0ab322f
Compare
Choose a tag to compare

Fix statsd/prometheus exposition: #11

v0.0.11

16 Jun 01:02
05b111b
Compare
Choose a tag to compare
  • Add resource limits to deployment statsd #10