learnk8s / laravel-kubernetes-demo

A demo application in Laravel to illustrate deploying to Kubernetes
MIT License
98 stars 67 forks source link

Fix problem with hosts in the ingress.yaml file #3

Closed pataar closed 4 years ago

pataar commented 5 years ago

According to the spec: https://kubernetes.io/docs/concepts/services-networking/ingress/

http should be on the same level as host.

danielepolencic commented 4 years ago

Fixed and updated the resource version!

Thanks for reporting it.