Renme BigchainDB to CoreChainDB

This commit is contained in:
Colton Booth
2024-07-04 13:34:32 -03:00
parent 3c89d306ef
commit f8a00d7f62
389 changed files with 11494 additions and 2201 deletions

View File

@@ -5,6 +5,6 @@
# Code is Apache-2.0 and docs are CC-BY-4.0
docker build -t bigchaindb/nginx_https:2.2.2 .
docker build -t corechaindb/nginx_https:2.2.2 .
docker push bigchaindb/nginx_https:2.2.2
docker push corechaindb/nginx_https:2.2.2

View File

@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_https:2.2.2
image: corechaindb/nginx_https:2.2.2
imagePullPolicy: Always
env:
- name: NODE_FRONTEND_PORT
@@ -69,12 +69,12 @@ spec:
valueFrom:
configMapKeyRef:
name: vars
key: bigchaindb-api-port
key: corechaindb-api-port
- name: BIGCHAINDB_WS_PORT
valueFrom:
configMapKeyRef:
name: vars
key: bigchaindb-ws-port
key: corechaindb-ws-port
- name: TM_PUB_KEY_ACCESS_PORT
valueFrom:
configMapKeyRef: