Publish port 80 publicly in nginx-3scale. (#1446)

Upgrade docker image tag to `1.1` as the corresponding config changes for displaying error message are built in the `1.1` container image.
This commit is contained in:
Krish 2017-04-28 10:14:14 +02:00 committed by GitHub
parent 20270cdb9b
commit 43f9f67867
2 changed files with 9 additions and 1 deletions

View File

@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx-3scale
image: bigchaindb/nginx_3scale:1.0
image: bigchaindb/nginx_3scale:1.1
# TODO(Krish): Change later to IfNotPresent
imagePullPolicy: Always
env:
@ -68,6 +68,10 @@ spec:
hostPort: 443
name: public-bdb-port
protocol: TCP
- containerPort: 80
hostPort: 80
name: https-msg-port
protocol: TCP
- containerPort: 8888
hostPort: 8888
name: health-check

View File

@ -14,6 +14,10 @@ spec:
selector:
app: ngx-instance-0-dep
ports:
- port: 80
targetPort: 80
name: ngx-public-bdb-port-http
protocol: TCP
- port: 443
targetPort: 443
name: ngx-public-bdb-port