From 297d87934f887c2015290a39b9cd8ffd3148f49a Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Wed, 31 May 2023 13:38:46 -0500 Subject: [PATCH] Update sandbox preprovisioner deploy chart (#12067) --- .../lambda/deploy_terraform/fleet/templates/deployment.yaml | 2 +- .../PreProvisioner/lambda/deploy_terraform/fleet/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml index 00ad9a19fc..03a9fb7ed9 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/templates/deployment.yaml @@ -58,7 +58,7 @@ spec: value: "1" - name: FLEET_LICENSE_ENFORCE_HOST_LIMIT value: "true" - - name: FLEET_LICENSE + - name: FLEET_LICENSE_KEY value: "{{ .Values.fleet.licenseKey }}" - name: FLEET_VULNERABILITIES_DATABASES_PATH value: /tmp/vuln diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml index aab7b535ba..d0c6796215 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml @@ -150,8 +150,8 @@ mysql: # Only needed if creating secret. password: default passwordKey: mysql-password - maxOpenConns: 25 - maxIdleConns: 25 + maxOpenConns: 5 + maxIdleConns: 5 connMaxLifetime: 0 tls: enabled: false