Update manifest.yaml
This commit is contained in:
parent
5523afe7fe
commit
b8968cc376
|
|
@ -4,6 +4,8 @@ metadata:
|
|||
name: nginx
|
||||
labels:
|
||||
app: nginx
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.27.15.205
|
||||
spec:
|
||||
selector:
|
||||
app: nginx
|
||||
|
|
@ -11,7 +13,8 @@ spec:
|
|||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
type: ClusterIP
|
||||
# type: ClusterIP
|
||||
type: LoadBalancer
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue