Valerii Sosliuk
22b8397719
k8s README updated
6 years ago
vzikratyi
0d78d521cc
Set correct cassandra datacenter
6 years ago
Igor Kulikov
887188fe1a
Update package-lock and k8s readme
6 years ago
viktor
49b3df7de3
Added to README command to delete thirdparty-resources
6 years ago
viktor
8ab77d2fd8
Fixed README.md
6 years ago
viktor
c2648a64d4
Fixed README.md
6 years ago
viktor
6c72912a36
Returned 20 js-executors as default
6 years ago
viktor
7c72233387
Added commands for creating Redis cluster in k8s-deploy-thirdparty.sh
6 years ago
viktor
53b240a72b
Fixed k8s-upgrade-tb.sh
6 years ago
viktor
18193a697e
Refactored k8s configs (made 'basic' and 'high-availability' deployment modes)
6 years ago
viktor
9bf243dc04
Changed postgres image version to 12
6 years ago
viktor
13a08a94cd
Replaces TB_SERVICE_TYPE with TB_QUEUE_TYPE for transport services
6 years ago
viktor
8cb83a1904
Fixed REMOTE_JS_EVAL_REQUEST_TOPIC env var
6 years ago
viktor
4f2d453729
Added TB_SERVICE_TYPE property
6 years ago
Andrii Shvaika
888329436b
Fixed License Headers
6 years ago
Volodymyr Babak
c0fde32a43
Revert changes
6 years ago
Volodymyr Babak
4fd263d3ea
moved thirdparty services to a separate file
6 years ago
Volodymyr Babak
0d0cdb8d9a
Revert versions
6 years ago
Andrii Shvaika
a91a69c57f
Fixed Docker Compose
6 years ago
Volodymyr Babak
e65b8e99be
Fixed kafka stateful service
6 years ago
VoBa
aabc22d7d2
Non root docker user ( #2460 )
* Non root docker user
* Fixes for user - signle user for all services
* Base image changed
* Fixes for pvc removal
* Moved to be in sync with PE
* Changed to TB repository
6 years ago
Volodymyr Babak
c38b61bbd1
Added kafka, zookeeper and redis as stateful services
6 years ago
Igor Kulikov
3e2a87135f
Prepare for merge with master
6 years ago
Volodymyr Babak
cd3de7cbe7
Added enable ingress controller command
6 years ago
ShvaykaD
84cb471e0d
Sql timeseries improvements ( #2033 )
* init commit
* cleaned code and add test-properties
* cleaned code
* psql-update
* timescale-update
* code-refactoring
* fix typo
* renamed dao
* revert indents
* refactored code
* fix typo
* init-partitioning
* code updated
* cleaned code
* fixed license
* fix typo
* fixed code after review
* add annotation to repository
* update psql version for docker
* postgres-10
* postgres-10
* update docker compose config
* fixed partition saving
* change key_id to serial column definition
* upgrade psql added
* add separate upgrade service
* added upgrade script
* change image on k8s
* change logs
* resolve conflict after merge with master
* revert datasource url in yml
* fix typo
* license header fix
* remove old methods for the timeseries inserts
* clean up code
* fix saveOrUpdate for PostgreSQL
* refactoring & revert Timescale to use latest table
* added PsqlTsAnyDao
* duplicated code method removed
* remove unused invert dictionary map
* change the upgrade directory from 2.4.1 to 2.4.3
* refactor JpaPsqlTimeseriesDao
6 years ago
Volodymyr Babak
feb9f07b47
Fixes to be in sync with minikube 1.6.2
7 years ago
Igor Kulikov
850d6d948c
Update License header year to 2020
7 years ago
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
This reverts commit 9b42397c4a .
7 years ago
Igor Kulikov
9b42397c4a
Update License header year to 2020
7 years ago
Igor Kulikov
676aa3febd
Set kafka image version to 2.12-2.2.1
7 years ago
Bartosz Ptaszynski
0d29b130ba
Fix deployment on GKE
When creating postgres deployment on GKE Postgres complains about data folder being mounted directly on root of the PV claim.
```
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
initdb: directory "/var/lib/postgresql/data" exists but is not empty
It contains a lost+found directory, perhaps due to it being a mount point.
Using a mount point directly as the data directory is not recommended.
Create a subdirectory under the mount point.
```
A simple solution is to force Postgres to use a sub folder using PGDATA env variable.
7 years ago
Igor Kulikov
087d5f8293
Kubernetes resources for ThingsBoard Microservices.
7 years ago