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.

28 lines
452 B

apiVersion: v1
kind: Service
metadata:
name: frp
spec:
selector:
sapian-app: frp
type: ClusterIP
ports:
- name: http
protocol: TCP
port: 80
- name: https
protocol: TCP
port: 443
- name: frp-tcp
protocol: TCP
port: 8141
- name: frp-kcp
protocol: UDP
port: 8141
- name: frp-udp
protocol: TCP
port: 8142
- name: dashboard
protocol: TCP
port: 7500