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