Skip to content

Releases: ministryofjustice/cloud-platform-terraform-ingress-controller

Enable cross-zone load-balancing

05 Nov 11:39
96c0f70
Compare
Choose a tag to compare

Suppress "Server" header in http responses #8

28 Oct 13:54
0a1c7e6
Compare
Choose a tag to compare

Suppress "Server" header in http responses #8

Added new label for ServiceMonitor

27 Oct 11:26
d82d353
Compare
Choose a tag to compare
Merge pull request #10 from ministryofjustice/label-sm

Add label for servicemonitor

New NS Annotation added for Monitoring

23 Oct 13:28
ccd8865
Compare
Choose a tag to compare

New NS Annotation added for Monitoring

Add cert-manager dependency for nginx_ingress

11 Sep 10:17
3c6f90d
Compare
Choose a tag to compare

Destroy cluster fails some times as ingress-controller namespace stuck in terminating state.
"reason":"ContentDeletionFailed","message":"Failed to delete all resource types, 1 remaining: conversion webhook for acme.cert-manager.io/v1alpha2

Added dependency to "helm_release" "nginx_ingress" to fix this issue

Disable ModSecurity

09 Sep 12:56
db3be74
Compare
Choose a tag to compare

Disable ModSecurity in the default ingress controller

Removed dependence_deploy variable

03 Jun 09:15
dea3e66
Compare
Choose a tag to compare

dependence_deploy variable was needed when we were using Helm 2, it was the way to tell Helm Chart inside our terraform modules to wait for tiller before getting installed.

Now we are using Helm 3 and there is not tiller in the clusters.

Mounted special volume for share memory

30 Apr 14:35
559435c
Compare
Choose a tag to compare

default 64MB is not enough for Cloud Platform nginx ingress controller, we're increasing it to fix issues we are having with it:

"modsecurity_rules" directive Failed to allocate shared memory (1): No space left on device in /tmp/nginx-cfg337881831:12572

Default certificate compatible with the latest cert-manager

22 Apr 14:35
95339f9
Compare
Choose a tag to compare
Merge pull request #2 from ministryofjustice/cert-manager-upgrade

Updated Certificate to be compatible with cert-manager latest version

Set TLS legacy compatibility

15 Apr 14:14
6abe578
Compare
Choose a tag to compare

In order to allow IE11 access to our platform, we had to activate TLS legacy support.