koli / kong-ingress

[DEPRECATED] A Kubernetes Ingress for Kong
Other
93 stars 14 forks source link

Event message with wrong host format #3

Closed cainelli closed 7 years ago

cainelli commented 7 years ago

When host parameter is wrong we're getting the following event:

Field 'host' in wrong format, expecting: [name].[namespace].[domain.tld]

The expected is

Field 'host' in wrong format, expecting: [name]-[namespace].[domain.tld]