compose2kube icon indicating copy to clipboard operation
compose2kube copied to clipboard

Exposed ports in compose should be mapped to k8s service

Open fkautz opened this issue 8 years ago • 1 comments

services:
    web:
        ports:
            - "80"

A web service exposing port 80 should be created. For now, port and target port should match.

fkautz avatar Jul 05 '16 19:07 fkautz

Service creation among other features are in my fork: https://github.com/germanramos/compose2kube

I am waiting for the pull request to be accepted

germanramos avatar Aug 24 '16 06:08 germanramos