use LoadBalancer instead of clusterIP
This commit is contained in:
parent
101ee088b0
commit
c8e6812e49
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ spec:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app: nginx
|
app: nginx
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
|
|
||||||
# vim: set ts=2 sw=2 et:
|
# vim: set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue