mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update sandbox preprovisioner deploy chart (#12067)
This commit is contained in:
parent
5058e79879
commit
297d87934f
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue