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