1apiVersion: v1 2kind: Service 3metadata: 4 name: goget 5 labels: 6 app: goget 7 component: proxy 8spec: 9 type: LoadBalancer 10 loadBalancerIP: 1.3.5.7 # static ip 11 ports: 12 - port: 443 13 targetPort: 7443 14 protocol: TCP 15 name: https 16 selector: 17 app: goget