diff --git a/charts/stresstesting-api/Chart.yaml b/charts/stresstesting-api/Chart.yaml index d9aa851..9ad68e7 100644 --- a/charts/stresstesting-api/Chart.yaml +++ b/charts/stresstesting-api/Chart.yaml @@ -12,7 +12,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) keywords: - stresstesting-api -version: 1.0.2 +version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/stresstesting-api/templates/ingress.yaml b/charts/stresstesting-api/templates/ingress.yaml index 05b30aa..130c0c0 100644 --- a/charts/stresstesting-api/templates/ingress.yaml +++ b/charts/stresstesting-api/templates/ingress.yaml @@ -7,6 +7,10 @@ metadata: annotations: nginx.ingress.kubernetes.io/proxy-ssl-protocols: "TLSv1.1 TLSv1.2" nginx.ingress.kubernetes.io/ssl-redirect: "false" + nginx.ingress.kubernetes.io/server-snippet: | + keepalive_timeout 0; + keepalive_requests 0; + {{ if eq .Values.ingress.cert "" }} cert-manager.io/cluster-issuer: letsencrypt-cf-prod {{ end }}