Valerii Sosliuk
22b8397719
k8s README updated
2020-06-03 11:33:51 +03:00
viktor
49b3df7de3
Added to README command to delete thirdparty-resources
2020-05-27 17:17:45 +03:00
viktor
8ab77d2fd8
Fixed README.md
2020-05-27 17:08:11 +03:00
viktor
c2648a64d4
Fixed README.md
2020-05-27 16:59:31 +03:00
viktor
6c72912a36
Returned 20 js-executors as default
2020-05-27 15:44:39 +03:00
viktor
7c72233387
Added commands for creating Redis cluster in k8s-deploy-thirdparty.sh
2020-05-27 15:40:57 +03:00
viktor
53b240a72b
Fixed k8s-upgrade-tb.sh
2020-05-27 15:22:48 +03:00
viktor
18193a697e
Refactored k8s configs (made 'basic' and 'high-availability' deployment modes)
2020-05-27 15:20:30 +03:00
viktor
9bf243dc04
Changed postgres image version to 12
2020-05-26 16:25:04 +03:00
viktor
13a08a94cd
Replaces TB_SERVICE_TYPE with TB_QUEUE_TYPE for transport services
2020-05-26 16:05:32 +03:00
viktor
8cb83a1904
Fixed REMOTE_JS_EVAL_REQUEST_TOPIC env var
2020-05-26 16:04:30 +03:00
viktor
4f2d453729
Added TB_SERVICE_TYPE property
2020-05-26 14:53:56 +03:00
Andrii Shvaika
888329436b
Fixed License Headers
2020-05-11 11:23:55 +03:00
Volodymyr Babak
c0fde32a43
Revert changes
2020-05-08 16:55:05 +03:00
Volodymyr Babak
4fd263d3ea
moved thirdparty services to a separate file
2020-05-08 16:51:15 +03:00
Volodymyr Babak
0d0cdb8d9a
Revert versions
2020-05-08 16:43:28 +03:00
Volodymyr Babak
ef21d2ae41
Merge remote-tracking branch 'upstream/master' into feature/stateful-services
2020-05-08 16:41:55 +03:00
Andrii Shvaika
a91a69c57f
Fixed Docker Compose
2020-04-24 13:55:06 +03:00
Volodymyr Babak
e65b8e99be
Fixed kafka stateful service
2020-03-11 18:42:44 +02:00
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
2020-03-10 16:52:50 +02:00
Volodymyr Babak
c38b61bbd1
Added kafka, zookeeper and redis as stateful services
2020-03-06 09:54:49 +02:00
Volodymyr Babak
cd3de7cbe7
Added enable ingress controller command
2020-02-10 16:22:48 +02:00
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
2020-01-29 17:06:51 +02:00
Volodymyr Babak
feb9f07b47
Fixes to be in sync with minikube 1.6.2
2020-01-10 13:15:09 +02:00
Igor Kulikov
850d6d948c
Update License header year to 2020
2020-01-06 16:52:41 +02:00
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
...
This reverts commit 9b42397c4a820688daf07117cb7efefa3f387f46.
2020-01-06 16:48:55 +02:00
Igor Kulikov
9b42397c4a
Update License header year to 2020
2020-01-06 16:41:04 +02:00
Igor Kulikov
676aa3febd
Set kafka image version to 2.12-2.2.1
2019-07-22 15:49:29 +03:00
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.
2019-03-27 13:22:19 +00:00
Igor Kulikov
087d5f8293
Kubernetes resources for ThingsBoard Microservices.
2019-03-05 13:41:45 +02:00