digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
761 stars 263 forks source link

Unsure but it looks like there is an Incorrect protocol on line 8 of the ambassador_listener #210

Open tylermatchett opened 3 months ago

tylermatchett commented 3 months ago

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.