From b8968cc3768c20df39b53134c8312034e4532f21 Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Sun, 25 Jun 2023 19:59:20 +0100 Subject: [PATCH] Update manifest.yaml --- manifest.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 10c98bf..fafd875 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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