# Copyright 2022 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: devapp | |
spec: | |
ports: | |
- port: 80 | |
targetPort: 80 | |
name: http | |
- port: 443 | |
targetPort: 443 | |
name: https | |
selector: | |
app: devapp | |
type: LoadBalancer | |
loadBalancerIP: 104.198.248.179 |