Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[synthetics-job-manager] feat: synthetics-job-manager wasm release #1329

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/synthetics-job-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This chart will deploy the New Relic Synthetics Containerized Private Job Manage
| `synthetics.hordeApiEndpoint ` | Ensure synthetics-job-manager can connect to the appropriate endpoint in order to serve your monitor. | For US-based accounts, the endpoint is: `https://synthetics-horde.nr-data.net`. For EU-based accounts, the endpoint is: `https://synthetics-horde.eu01.nr-data.net/` |
| `synthetics.vsePassphrase` | If set, enables verified script execution and uses this value as a passphrase. | |
| `synthetics.vsePassphraseSecretName ` | If set, enables verified script execution and uses this value to retrieve the passphrase from a Kubernetes secret with a key called `vsePassphrase`. | |
| `synthetics.enableWasm` | If set, enables Webassembly.
| `synthetics.apiProxyHost` | Proxy used to allow synthetics-job-manager to communicate with New Relic to fetch and report Synthetics checks. *Required if synthetics.apiProxyPort is set* | |
| `synthetics.apiProxyPort` | Proxy used to allow synthetics-job-manager to communicate with New Relic to fetch and report Synthetics checks. *Required if synthetics.apiProxyHost is set* | |
| `synthetics.hordeApiProxySelfSignedCert` | If `synthetics.hordeApiProxy` is present and uses a self signed cert, enable this value. Acceptable values: true, 1, or yes (any case). | |
Expand Down
Loading