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.
31 lines
571 B
31 lines
571 B
1 year ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: ms-protocol-kstar
|
||
|
name: ms-protocol-kstar
|
||
|
namespace: yibin-charge
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 7079
|
||
|
protocol: TCP
|
||
|
targetPort: 7079
|
||
|
nodePort: 30779
|
||
|
- name: port1
|
||
|
port: 7077
|
||
|
protocol: TCP
|
||
|
targetPort: 7077
|
||
|
nodePort: 30677
|
||
|
- name: port2
|
||
|
port: 7078
|
||
|
protocol: TCP
|
||
|
targetPort: 7078
|
||
|
nodePort: 30678
|
||
|
selector:
|
||
|
app: ms-protocol-kstar
|
||
|
tier: backend
|
||
|
sessionAffinity: None
|
||
|
type: NodePort
|
||
|
|