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