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] Update docs in response to GTSE. #1181

Open
wants to merge 3 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
4 changes: 2 additions & 2 deletions charts/synthetics-job-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This chart will deploy the New Relic Synthetics Containerized Private Job Manage
| `global.hostnameOverride` | Overrides the default hostname used for the synthetics-job-manager Service. | `synthetics-job-manager` |
| `global.checkTimeout` | The maximum number of seconds that your monitor checks are allowed to run. This value must be an integer between `0 seconds (exclusive)` and `900 seconds (inclusive)` (for example, from 1 second to 15 minutes). | `180` seconds for browser monitors, script_browser monitors, and script_api monitors. |
| `global.ping-runtime.hostnameOverride` | Overrides the default hostname used for the ping-runtime Service. | `ping` |
| `replicaCount` | Number of synthetics-job-manager replicas to maintain | `1` |
| `replicaCount` | *(Not yet configurable)* Number of synthetics-job-manager replicas to maintain | `1` |
| `imagePullSecrets` | The name of a Secret object used to pull an image from a specified container registry | |
| `nameOverride` | The nameOverride replaces the name of the chart in the Chart.yaml file. | |
| `fullnameOverride` | Name override used for your installation in place of the default | |
Expand Down Expand Up @@ -53,7 +53,7 @@ This chart will deploy the New Relic Synthetics Containerized Private Job Manage

| Parameter | Description | Default |
|---------------------------------------------|------------------------------------------------------------------------------------------------------|------------------------------------|
| `ping-runtime.replicaCount` | Number of ping-runtime replicas to maintain | `1` |
| `ping-runtime.replicaCount` | *(Not yet configurable)* Number of ping-runtime replicas to maintain | `1` |
| `ping-runtime.imagePullSecrets` | The name of a Secret object used to pull an image from a specified container registry | |
| `ping-runtime.nameOverride` | The nameOverride replaces the name of the chart in the Chart.yaml file. | |
| `ping-runtime.fullnameOverride` | Name override used for your installation in place of the default | |
Expand Down