kompose/script/test/fixtures/multiple-compose-files
S.Çağlar Onur e6ae470830 Allow services to use same port with different protocols
kompose fails if compose file declares different protocols for the same port. eg;

...
     ports:
      - 666:666/udp
      - 666:666/tcp
...

This PR adds the port to the output and also makes sure that names are unique for each port/protocol pair.
This is supported with LoadBalancer (kubernetes/kubernetes#2995) so trying to use this config with LB panics.
2018-01-17 11:26:03 -08:00
..
docker-k8s.yml added support for multiple-compose files 2017-01-03 17:18:34 +05:30
docker-os.yml added support for multiple-compose files 2017-01-03 17:18:34 +05:30
output-k8s-template.json Allow services to use same port with different protocols 2018-01-17 11:26:03 -08:00
output-os-template.json Allow services to use same port with different protocols 2018-01-17 11:26:03 -08:00