Closed srp closed 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:
HTTP
HTTPS
http
ValidationError: Parameter 'ServiceProtocol' must be one of AllowedValues
fixed. thanks.
Currently the wiki Services page shows:
However, service-ec2.yml and service-ecs.yml only allow
HTTP
andHTTPS
for ServiceProtocol; attempting to usehttp
fails with: