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.
abp/samples/MicroserviceDemo/k8s/product-service-service.yaml

16 lines
260 B

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: {}