thingsboard-ce-k8s icon indicating copy to clipboard operation
thingsboard-ce-k8s copied to clipboard

ThingsBoard Community Edition Kubernetes scripts and docs

Results 52 thingsboard-ce-k8s issues
Sort by recently updated
recently updated
newest added

we deployed via helm chart though i seem to be having the an issue, everything is up and running,i can get to the web ui login however logging in with...

Related to https://github.com/thingsboard/thingsboard-ce-k8s/issues/100

Fix pgpool PostgreSQL port not populated https://github.com/thingsboard/thingsboard/issues/7973 and update chart dependencies

Updates Chart dependencies, and includes missing value for postgresql-ha.pgpool.containerPort and changed version to 3.5.0

### Description The tb-node setatefulset pod log keeps printing that topicId changed. It prints this for every id every 60 seconds~. From my understanding this happens when a [topic is...

Helm tb still stays at 3.4.0 at this time of writing, while others (minikube, etc etc) have been up to the latest 3.5.1 May I know why? Is it not...

dependencies: - name: postgresql-ha version: 8.5.2 repository: https://charts.bitnami.com/bitnami - name: cassandra version: 9.1.8 repository: https://charts.bitnami.com/bitnami condition: cassandra.enabled - name: kafka version: 15.3.4 repository: https://charts.bitnami.com/bitnami - name: redis version: 16.4.5 repository:...

The Chart's dependencies were outdated, so the closest available version of each dependency is now set. In the `initialized-job.yaml` template, the `posgresql-ha.pgpool.containerPort` values is used: https://github.com/thingsboard/thingsboard-ce-k8s/blob/62795744c3b911774466a7125b52b69666fb5750/helm/thingsboard/templates/initializedb-job.yaml#L29-L34 However, this value is...

Chart dependencies repository updated