mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
260 B
16 lines
260 B
6 years ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
io.kompose.service: product-service
|
||
|
name: product-service
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: "60244"
|
||
|
port: 60244
|
||
|
targetPort: 80
|
||
|
selector:
|
||
|
io.kompose.service: product-service
|
||
|
status:
|
||
|
loadBalancer: {}
|