Update sandbox preprovisioner deploy chart (#12067)

This commit is contained in:
Robert Fairburn 2023-05-31 13:38:46 -05:00 committed by GitHub
parent 5058e79879
commit 297d87934f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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