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