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.

22 lines
333 B

apiVersion: v1
kind: Service
metadata:
labels:
app: ms-task
name: ms-task
namespace: yibin-charge
spec:
ports:
- name: http
port: 7021
protocol: TCP
targetPort: 7021
nodePort: 30721
selector:
app: ms-task
tier: backend
sessionAffinity: None
type: NodePort