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