add info about new env vars (#67)

* add info about new env vars

* more edits
This commit is contained in:
Dave Horton
2023-05-16 10:05:32 -04:00
committed by GitHub
parent 159eb3e8ef
commit 16d3b23106

View File

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