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

doc(readme): Add Midokura notes about this repo #50

Merged
merged 1 commit into from
Oct 26, 2023
Merged
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
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Kubernetes resources configuration for ThingsBoard

Here you can find scripts for deployment on different Kubernetes platforms.
Here you can find scripts for deployment on different Kubernetes platforms.

# Midokura notes

This fork is expected to be in sync with [Thingsboard upstream](https://github.com/thingsboard/thingsboard).

Most of Midokura changes will be related to the official Midokura way to deploy
Thingsboard that is Helm chart (code inside `helm/` directory).

Code for other deployments (`aws/`, `azure/`, `gcp`, `minikube`, `openshift`
and maybe others in the future) WILL NOT include Midokura specific changes, and
it is just left here to make upstream syncing easier.

If you are a Midokura engineer you SHOULD use only the contents in `helm/`
directory. Other options may miss important changes for production environment
and should be avoided.