kind: Service apiVersion: v1 metadata: name: nginx-service namespace: default annotations: metallb.universe.tf/allow-shared-ip: "shared-ip-service-group" spec: type: LoadBalancer selector: app: nginx ports: - port: 80 targetPort: 80 protocol: TCP