1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--- apiVersion: v1 kind: Service metadata: name: nginx labels: app: nginx spec: type: LoadBalancer loadBalancerIP: 104.155.119.229 selector: lb-target: nginx ports: - port: 80 name: http - port: 443 name: https