Render installer store changes (#19705)

This commit is contained in:
Benjamin Edwards 2024-06-12 17:06:44 -04:00 committed by GitHub
parent 5b4488c6b7
commit 8742f886d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -39,4 +39,5 @@ Click the deploy on render button or import the blueprint from the Render servic
### Post-Deployment
Navigate to the generated URL and run through the initial setup.
Navigate to the generated URL and run through the initial setup. If you have a license key you can add it post-deploy as
an environment variable `FLEET_LICENSE_KEY=value` in the Fleet service configuration.

View file

@ -7,7 +7,13 @@ services:
url: 'fleetdm/fleet:latest'
preDeployCommand: "fleet prepare --no-prompt=true db"
healthCheckPath: /healthz
disk:
name: installers
mountPath: /opt/fleet/installers
sizeGB: 10
envVars:
- key: FLEET_SOFTWARE_INSTALLER_STORE_DIR
value: '/opt/fleet/installers'
- key: FLEET_SERVER_PRIVATE_KEY
generateValue: true
- key: FLEET_MYSQL_ADDRESS