openfun / arnold

:construction_worker_woman: Deploy your applications to Kubernetes with Ansible
MIT License
40 stars 8 forks source link

✨(apps) define ingress class name to use on each ingress #750

Closed lunika closed 2 years ago

lunika commented 2 years ago

Purpose

A default ingress class name is not necessarily defined in a k8s cluster. We can specify which one to use by defining the ingressClassName in the ingress spec. The ingress can be defined globally and/or at the application level.

Proposal