Skip to content

Commit

Permalink
fix(deploy) use LoadBalancer service type for kong-proxy
Browse files Browse the repository at this point in the history
This was already done previously in #129 
but got reverted #161.

From #183
  • Loading branch information
hbagdi authored Oct 25, 2018
1 parent ca2c087 commit 5c4ae1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/provider/baremetal/kong-proxy-nodeport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: kong-proxy
namespace: kong
spec:
type: NodePort
type: LoadBalancer
ports:
- name: kong-proxy
port: 80
Expand Down
2 changes: 1 addition & 1 deletion deploy/single/all-in-one-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ metadata:
name: kong-proxy
namespace: kong
spec:
type: NodePort
type: LoadBalancer
ports:
- name: kong-proxy
port: 80
Expand Down

0 comments on commit 5c4ae1c

Please sign in to comment.