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:
Krish
2017-07-17 14:46:06 +02:00
committed by GitHub
parent b7e13fd087
commit c640313003
7 changed files with 4 additions and 53 deletions

View File

@@ -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