mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
add info about new env vars (#67)
* add info about new env vars * more edits
This commit is contained in:
@@ -92,6 +92,14 @@ ALTER TABLE lcr_carrier_set_entry ADD FOREIGN KEY voip_carrier_sid_idxfk_3 (voip
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
```
|
||||
|
||||
#### Environment variables
|
||||
A new environment variable `JAEGER_BASE_URL` was added to the api-server process. This provides the base url for the jaeger service which is needed to retrieve application traces that are now displayed in the jambonz portal. In a jambonz-mini deployment, for instance, the ecosystem.config.js file should have:
|
||||
```
|
||||
JAEGER_BASE_URL: 'http://127.0.0.1:16686',
|
||||
```
|
||||
|
||||
Similar changes would be needed for a jambonz cluster deployment (though the base url would not be 127.0.0.1). For Kubernetes deployments, the [helm chart](https://github.com/jambonz/helm-charts) version 0.1.26 has been updated with this change.
|
||||
|
||||
#### Availability
|
||||
- Available shortly on AWS Marketplace
|
||||
- Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts)
|
||||
|
||||
Reference in New Issue
Block a user