1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-30 05:32:01 +02:00
Meet BigchainDB. The blockchain database. https://www.bigchaindb.com/
Go to file
Shahbaz Nazir a782fa4635
Hardcode static ports for k8s deployment (#2080)
Description
Currently we manually configure ports in deployment and service files for k8s deployment e.g here. Instead these ports should be constant since these are always the same for each deployment

Issues This PR Fixes
Fixes #2077
2018-02-22 11:52:41 +01:00
.ci Docker compose for travis (#2039) 2018-02-14 10:19:04 +01:00
.github Add standard template for creating PRs (#1776) 2017-11-20 14:08:57 +01:00
bigchaindb Merge pull request #2068 from bigchaindb/remove-refs-to-whitepaper-in-tendermint-branch 2018-02-21 22:04:29 +01:00
compose Crash recovery mechanism (#2045) 2018-02-21 10:50:12 +01:00
docs Fix label docs 2018-02-21 12:13:45 +01:00
k8s Hardcode static ports for k8s deployment (#2080) 2018-02-22 11:52:41 +01:00
network Add some docs 2017-11-23 16:22:16 +01:00
pkg Scripts to bootstrap devstack setup for bigchaindb with tendermint (#1887) 2017-12-11 17:03:32 +01:00
proposals Merge branch 'master' into tendermint 2017-12-20 16:11:00 +01:00
snap set the version of the snap using git tags 2017-05-24 14:53:46 +02:00
tests Problem: processes don't have an intelligible name (#2078) 2018-02-21 17:54:50 +01:00
tmdata Crash recovery mechanism (#2045) 2018-02-21 10:50:12 +01:00
.dockerignore Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
.gitignore Problem: .pytest_cache is tracked by git 2018-02-12 18:29:22 +01:00
.pre-commit-config.yaml Pre commit styling (#1914) 2017-11-30 15:04:14 +01:00
.readthedocs.yml Added build yml for readthedocs 2018-02-14 19:40:36 +05:30
.travis.yml Docker compose for travis (#2039) 2018-02-14 10:19:04 +01:00
CHANGELOG.md Updated CHANGELOG.md for the v1.3 release 2017-11-21 18:41:44 +01:00
CODE_OF_CONDUCT.md Added protection for discrimination based on species 2016-02-23 15:26:11 +01:00
codecov.yml Removed old AWS testing cluster stuff including docs 2017-11-30 17:50:22 +01:00
CONTRIBUTING.md Updated the CONTRIBUTING.md file for the tendermint branch 2017-12-07 10:45:52 +01:00
docker-compose.benchmark.yml Problem: statsd config is no longer supported 2018-02-13 14:35:47 +01:00
docker-compose.docs.yml Use more explicit names for docker-compose files 2017-08-02 17:38:18 +02:00
docker-compose.network.yml Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docker-compose.rdb.yml Fix docker files 2017-11-07 18:44:51 +05:30
docker-compose.ssl.yml Add docker-compose file for mongodb ssl tests 2017-12-22 18:03:57 +01:00
docker-compose.tendermint.yml Problem: new env vars are not managed by the conf 2018-02-14 12:18:59 +01:00
docker-compose.travis.yml Crash recovery mechanism (#2045) 2018-02-21 10:50:12 +01:00
docker-compose.yml Merge branch 'master' into tendermint 2017-11-29 17:18:00 +01:00
Dockerfile Address comments 2018-02-01 13:02:39 +01:00
Dockerfile-dev Support for advertised host, port, scheme for Websockets (#1703) 2017-08-08 12:04:58 +02:00
HOW_TO_HANDLE_PULL_REQUESTS.md Added to HOW_TO_HANDLE_PULL_REQUESTS.md 2017-04-02 16:46:41 +02:00
LICENSES.md Edited two LICENSES.md files 2017-09-25 16:20:47 +02:00
Makefile Flat UTXO collection and first integration with Tendermint™ (#1822) 2017-11-10 17:53:57 +01:00
pytest.ini Add tendermint marker to pytest.ini 2018-02-08 15:41:44 +01:00
PYTHON_STYLE_GUIDE.md Pre commit styling (#1914) 2017-11-30 15:04:14 +01:00
README.md Remove all refs/links to whitepaper in tendermint branch 2018-02-19 11:06:06 +01:00
RELEASE_PROCESS.md Minor revisions to RELEASE_PROCESS.md following the release of v1.1 2017-09-27 13:50:20 +02:00
ROADMAP.md Changed ROADMAP.md to link to the new roadmap location 2016-05-19 19:20:48 +02:00
setup.cfg Add flake8 option to setup.cfg 2017-01-11 05:13:27 -05:00
setup.py Merge pull request #1992 from bigchaindb/tendermint-docs-k8s-dep 2018-02-21 19:23:14 +01:00
TENDERMINT_INTEGRATION.rst Add some docs 2017-11-23 16:22:16 +01:00
tox.ini Integrate cryptoconditions version 02 2017-06-22 14:56:22 +02:00

PyPI PyPI Travis branch Codecov branch Documentation Status Join the chat at https://gitter.im/bigchaindb/bigchaindb

BigchainDB Server

BigchainDB is a blockchain database.

Get Started with BigchainDB Server

Quickstart

Set Up & Run a Dev/Test Node

Run BigchainDB Server with Docker

Run BigchainDB Server with Vagrant

Run BigchainDB Server with Ansible