use LoadBalancer instead of clusterIP

This commit is contained in:
Cedric Girard 2020-01-08 15:27:00 +01:00
parent 101ee088b0
commit c8e6812e49
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ spec:
targetPort: 80
selector:
app: nginx
type: ClusterIP
type: LoadBalancer
# vim: set ts=2 sw=2 et: