Update sandbox preprovisioner deploy chart (#12067)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user