but my assumption is that it is declaring an http-listener and that it should be:
protocol: HTTP
But I'm using this tutorial as I am new to kubernetes and unsure about the proper setup, so wanted to mark this as a bug rather then make a pull request on it.
Bug Report
Line 8 of the ambassador_listener.yaml has:
protocol: HTTPS
but my assumption is that it is declaring an http-listener and that it should be:
protocol: HTTP
But I'm using this tutorial as I am new to kubernetes and unsure about the proper setup, so wanted to mark this as a bug rather then make a pull request on it.