-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from media-streaming-mesh/Logging_Params
Logging params
- Loading branch information
Showing
18 changed files
with
178 additions
and
109 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
name: camera | ||
description: A Helm chart to deploy a camera on MSM | ||
version: 0.2.3 | ||
version: 0.2.4 |
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
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
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
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 |
---|---|---|
|
@@ -19,3 +19,4 @@ camera: | |
config: | ||
appName: "" | ||
cameraUrl: "" | ||
logLevel: "" |
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
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 |
---|---|---|
@@ -1,56 +1,51 @@ | ||
# etcd | ||
|
||
![version: 0.0.3](https://img.shields.io/badge/version-0.0.3-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-etcd-informational?style=flat-square)](https://artifacthub.io/packages/helm/media-streaming-mesh/etcd) | ||
![version: 0.0.5](https://img.shields.io/badge/version-0.0.5-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-etcd-informational?style=flat-square)](https://artifacthub.io/packages/helm/media-streaming-mesh/etcd) | ||
|
||
A Helm chart to deploy etcd for MSM | ||
|
||
[//]: # (## TL;DR;) | ||
## TL;DR; | ||
|
||
[//]: # () | ||
[//]: # (```bash) | ||
|
||
[//]: # (helm repo add msm https://charts.mediastreamingmesh.dev) | ||
|
||
[//]: # (helm install --generate-name --wait msm/etcd) | ||
|
||
[//]: # (```) | ||
```bash | ||
helm repo add msm https://charts.mediastreamingmesh.dev | ||
helm install --generate-name --wait msm/etcd | ||
``` | ||
|
||
## Prerequisites | ||
|
||
Before deploying the etcd app on the node, ensure that you have the following prerequisites: | ||
|
||
- You will need to have access to a Kubernetes cluster<br> | ||
- [Helm](https://helm.sh) must be installed to use these charts<br> | ||
* You will need to have access to a Kubernetes cluster<br> | ||
* [Helm](https://helm.sh) must be installed to use these charts<br> | ||
|
||
## Manual Install | ||
|
||
To get started, clone the msm-deployments repository and navigate to the `etcd` directory. | ||
To get started, clone the msm-deployments repository and navigate to the ```etcd``` directory. | ||
|
||
```sh | ||
git clone https://github.com/media-streaming-mesh/msm-deployments.git | ||
cd msm-deployments/deployments/etcd | ||
``` | ||
|
||
Before installing the etcd app onto the node, make sure to change the value `kubernetesDistro` under `values.yaml` file as per your needs. <br> | ||
Before installing the etcd app onto the node, make sure to change the value ```kubernetesDistro``` under ```values.yaml``` file as per your needs. <br> | ||
e.g. <br> | ||
`kubernetesDistro: "K8S"` | ||
```kubernetesDistro: "K8S"``` | ||
|
||
`helm install <YOUR_APP_NAME> ./ --values ./values.yaml` | ||
```helm install <YOUR_APP_NAME> ./ --values ./values.yaml``` | ||
|
||
## Usage | ||
|
||
Verify everything is in Running state on your Kubernetes Cluster | ||
|
||
`kubectl get pods -A` | ||
```kubectl get pods -A``` | ||
|
||
or | ||
|
||
`kubectl get all` | ||
```kubectl get all``` | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
| ---------------- | ------ | ----------------------- | ----------- | | ||
| kubernetesDistro | string | `"K3S"` | | | ||
| etcdImage.name | string | `"quay.io/coreos/etcd"` | | | ||
| etcdImage.tag | string | `"latest"` | | | ||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| kubernetesDistro | string | `"K3S"` | | | ||
| etcdImage.name | string | `"quay.io/coreos/etcd"` | | | ||
| etcdImage.tag | string | `"latest"` | | |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
name: ingress | ||
description: A Helm chart to deploy an ingress for MSM | ||
version: 0.1.7 | ||
version: 0.1.8 |
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
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
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
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
Oops, something went wrong.