mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
20270cdb9b
commit
43f9f67867
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user