mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Renme BigchainDB to CoreChainDB
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
|
||||
docker build -t bigchaindb/nginx-https-web-proxy:0.12 .
|
||||
docker build -t corechaindb/nginx-https-web-proxy:0.12 .
|
||||
|
||||
docker push bigchaindb/nginx-https-web-proxy:0.12
|
||||
docker push corechaindb/nginx-https-web-proxy:0.12
|
||||
|
||||
@@ -61,10 +61,10 @@ data:
|
||||
|
||||
# expected-http-referer is the expected regex expression of the Referer
|
||||
# header in the HTTP requests to the proxy.
|
||||
# The default below accepts the referrer value to be *.bigchaindb.com
|
||||
expected-http-referer: "^https://(.*)bigchaindb\\.com/(.*)"
|
||||
# The default below accepts the referrer value to be *.corechaindb.com
|
||||
expected-http-referer: "^https://(.*)corechaindb\\.com/(.*)"
|
||||
|
||||
# expected-http-origin is the expected regex expression of the Origin
|
||||
# header in the HTTP requests to the proxy.
|
||||
# The default below accepts the origin value to be *.bigchaindb.com
|
||||
expected-http-origin: "^https://(.*)bigchaindb\\.com"
|
||||
# The default below accepts the origin value to be *.corechaindb.com
|
||||
expected-http-origin: "^https://(.*)corechaindb\\.com"
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: web-proxy
|
||||
image: bigchaindb/nginx-https-web-proxy:0.10
|
||||
image: corechaindb/nginx-https-web-proxy:0.10
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: PROXY_FQDN
|
||||
@@ -74,7 +74,7 @@ spec:
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: vars
|
||||
key: bigchaindb-api-port
|
||||
key: corechaindb-api-port
|
||||
ports:
|
||||
- containerPort: <port where the proxy is listening for requests>
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user