-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fd4956
commit 4903e5b
Showing
14 changed files
with
4 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,33 +239,18 @@ IMPORTANT: Be sure to enable authentication (eg. HTTP Basic auth) and TLS certif | |
|
||
#### Via Helm | ||
|
||
Install ciao via Helm Chart from the official repository. | ||
|
||
Source is located in `./chart` and released to https://releases.brotandgames.com/helm-charts. | ||
|
||
1. Use `helm repo add` command to add the Helm chart repository that contains charts to install ciao. | ||
|
||
```` | ||
helm repo add brotandgames https://releases.brotandgames.com/helm-charts | ||
# helm search brotandgames | ||
# should output something like this | ||
# NAME CHART VERSION APP VERSION DESCRIPTION | ||
# brotandgames/ciao 0.1.0 latest Ciao - HTTP checks & tests (private & public) monitoring | ||
```` | ||
|
||
2. Install ciao via `helm upgrade --install` | ||
1. Install ciao via `helm upgrade --install` | ||
|
||
Quickstart (without configuring) | ||
|
||
```` | ||
helm upgrade --install --namespace your-namespace your-release-name brotandgames/ciao | ||
helm upgrade --install --namespace ciao ciao https://github.com/brotandgames/ciao/raw/master/helm-chart/ciao-0.5.0.tgz | ||
```` | ||
|
||
With [configuration](#configuration) | ||
|
||
```` | ||
helm upgrade --install --namespace your-namespace your-release-name brotandgames/ciao \ | ||
helm upgrade --install --namespace ciao ciao https://github.com/brotandgames/ciao/raw/master/helm-chart/ciao-0.5.0.tgz \ | ||
--set env.SECRET_KEY_BASE="sensitive_secret_key_base" \ | ||
--set env.SMTP_ADDRESS=smtp.yourhost.com \ | ||
--set env.SMTP_EMAIL_FROM="[email protected]" \ | ||
|
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.