stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

wiki nit: service.protocol is required to be uppercase (eg replace 'http' with 'HTTP') #403

Closed srp closed 5 years ago

srp commented 5 years ago

Currently the wiki Services page shows:

service:
  ...
  protocol: http                     # The protocol for the port exposed from the container (default: http)
  ...

However, service-ec2.yml and service-ecs.yml only allow HTTP and HTTPS for ServiceProtocol; attempting to use http fails with:

ValidationError: Parameter 'ServiceProtocol' must be one of AllowedValues
cplee commented 5 years ago

fixed. thanks.