mirror of
https://github.com/golang/go
synced 2024-11-05 22:56:11 -07:00
17 lines
267 B
YAML
17 lines
267 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: tipgodoc
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
targetPort: 8080
|
||
|
name: http
|
||
|
- port: 443
|
||
|
targetPort: 443
|
||
|
name: https
|
||
|
selector:
|
||
|
app: tipgodoc
|
||
|
type: LoadBalancer
|
||
|
loadBalancerIP: 130.211.180.236
|