mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: nginx k8s deployment missing parameters (#2102)
This commit is contained in:
@@ -90,6 +90,11 @@ spec:
|
||||
configMapKeyRef:
|
||||
name: vars
|
||||
key: authorization-mode
|
||||
- name: SECRET_ACCESS_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: nginx-secret-header
|
||||
key: secret-token
|
||||
ports:
|
||||
# return a pretty error message on port 80, since we are expecting
|
||||
# HTTPS traffic.
|
||||
|
||||
Reference in New Issue
Block a user