Skip to content

Commit

Permalink
expose k8s api via frp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Jun 5, 2024
1 parent 91701df commit a2a82a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/apps/frpc/configmap-frpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ data:
localIP = "podstatus.podstatus"
localPort = 8080
subdomain = "podstatus"
[[proxies]]
name = "kubernetes"
type = "tcp"
localIP = "kubernetes.default.svc"
localPort = 443
remotePort = 6102

0 comments on commit a2a82a8

Please sign in to comment.