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.
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: frp-np
|
|
spec:
|
|
selector:
|
|
sapian-app: frp
|
|
type: NodePort
|
|
ports:
|
|
- name: frp-tcp
|
|
protocol: TCP
|
|
port: 8141
|
|
nodePort: 30700
|
|
- name: kpc
|
|
protocol: UDP
|
|
port: 8141
|
|
nodePort: 30700
|
|
- name: frp-udp
|
|
protocol: UDP
|
|
port: 8142
|
|
nodePort: 30701
|