omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
958 stars 75 forks source link

feat: enable setting custom labels and container portname and deployment only mode #113

Closed vandot closed 1 year ago

vandot commented 1 year ago

Idea behind this feature is to add ktunnel deployment into existing service. Matching selector labels and portname of existing service will add ktunnel deployment into it.

vandot commented 1 year ago

Added proposed changes, thanks for the quick review 👏