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.

20 lines
332 B

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