mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove 3scale port number from configs (#1676)
* Remove 'threescale-api-port' from all configs in node setup * Update docs - remove references to threescale-api-port * Fix typo
This commit is contained in:
@@ -39,10 +39,6 @@ spec:
|
||||
targetPort: 27017
|
||||
name: public-mdb-port
|
||||
protocol: TCP
|
||||
- port: 44433
|
||||
targetPort: 44433
|
||||
name: public-threescale-port
|
||||
protocol: TCP
|
||||
type: LoadBalancer
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
@@ -80,8 +76,6 @@ spec:
|
||||
value: "80"
|
||||
- name: OPENRESTY_BACKEND_HOST
|
||||
value: "openresty.default.svc.cluster.local"
|
||||
- name: THREESCALE_API_PORT
|
||||
value: "44433"
|
||||
- name: BIGCHAINDB_BACKEND_HOST
|
||||
value: "bdb.default.svc.cluster.local"
|
||||
- name: BIGCHAINDB_API_PORT
|
||||
|
||||
Reference in New Issue
Block a user