зеркало из https://github.com/golang/build.git
21 строка
418 B
YAML
21 строка
418 B
YAML
# 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: 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
|