openeew / openeew-download

Download server to deliver firmware - source image for download.openeew.com
Apache License 2.0
3 stars 1 forks source link

download-vN.yaml file needs kubernetes ingress resource definition #1

Open johnwalicki opened 3 years ago

johnwalicki commented 3 years ago

Add Kubernetes ingress resource definition to the download-vX.yaml file

Instructions here: https://kubernetes.io/docs/concepts/services-networking/ingress/

johnwalicki commented 3 years ago

Not certain if Edrian has an example of the ingress resource definition. He mentioned that he's doing it a different way - maybe via the Kubernetes web console?

johnwalicki commented 3 years ago

While I can extract the YAML file for the openeew-core-ingress-resource it contains more that just download.openeew.com Not certain it does a merge.

johnwalicki commented 3 years ago

Wait for download.openeew.com to be set up as DNS record to https://download.openeew-us-east-2-bx2-2x8-700c70f35933c8523664ce517fb63315-0000.us-east.containers.appdomain.cloud/

EdrianI commented 3 years ago

Not certain if Edrian has an example of the ingress resource definition. He mentioned that he's doing it a different way - maybe via the Kubernetes web console?

I am doing it via .YAML but I do not usually put a sample ingress resource in the sample YAMLs I provide for other repositories. The sample YAMLs are typically for local development, where normal service resources like a LoadBalancer would be fine.

The .YAML in this repo would not be used to update the download.openeew.com resources in the production Grillo cluster.