Problem: nginx k8s deployment missing parameters (#2102)

This commit is contained in:
Shahbaz Nazir
2018-02-26 19:11:28 +01:00
committed by GitHub
parent d0874ccf9a
commit 582025ba3d
2 changed files with 14 additions and 1 deletions

View File

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