| # Copyright 2022 The Go Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style | |
| # license that can be found in the LICENSE file. | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: coordinator | |
| spec: | |
| ports: | |
| - port: 80 | |
| targetPort: 80 | |
| name: http | |
| - port: 443 | |
| targetPort: 443 | |
| name: https | |
| - port: 2222 | |
| targetPort: 2222 | |
| name: ssh | |
| selector: | |
| app: coordinator | |
| type: LoadBalancer | |
| loadBalancerIP: 104.154.113.235 |