Update manifest.yaml

This commit is contained in:
Gareth Williams 2023-06-25 19:59:20 +01:00
parent 5523afe7fe
commit b8968cc376
1 changed files with 4 additions and 1 deletions

View File

@ -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