Removing some more remnants of bigchaindb

This commit is contained in:
Sangat Das
2022-01-20 08:13:25 +00:00
parent e5489c95d2
commit 24f34f01cb
206 changed files with 1381 additions and 1381 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-web-proxy:0.12 .
docker build -t planetmint/nginx-https-web-proxy:0.12 .
docker push bigchaindb/nginx-https-web-proxy:0.12
docker push planetmint/nginx-https-web-proxy:0.12

View File

@@ -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 *.planetmint.com
expected-http-referer: "^https://(.*)planetmint\\.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 *.planetmint.com
expected-http-origin: "^https://(.*)planetmint\\.com"

View File

@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: web-proxy
image: bigchaindb/nginx-https-web-proxy:0.10
image: planetmint/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: planetmint-api-port
ports:
- containerPort: <port where the proxy is listening for requests>
protocol: TCP