Problem: K8s deployment with Access Token Authorization expects Access Token for GET calls and others (#2134)

* Fix for access token authorization for GET calls

- Naming inconsistency for cluster-fqdn causing issues
- Change cluster-frontend-port to node-frontend-port

* Change hardcoded 9984 to configurable
This commit is contained in:
Ahmed Muawia Khan
2018-03-15 16:20:15 +01:00
committed by vrde
parent 8c32ae798b
commit 0125368d8e
11 changed files with 51 additions and 46 deletions

View File

@@ -15,11 +15,11 @@ spec:
image: bigchaindb/nginx_https:unstable
imagePullPolicy: Always
env:
- name: CLUSTER_FRONTEND_PORT
- name: NODE_FRONTEND_PORT
valueFrom:
configMapKeyRef:
name: vars
key: cluster-frontend-port
key: node-frontend-port
- name: HEALTH_CHECK_PORT
valueFrom:
configMapKeyRef: