mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-05 00:28:37 +00:00
Removing some more remnants of bigchaindb
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 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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user