openfun / arnold

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

Allow having multiple ingresses for an app #779

Closed lunika closed 1 year ago

lunika commented 1 year ago

Purpose

In a single app we want to manage multiple ingresses targeting the same service. To do this, we want to generate multiple yaml documents in once and we have to switch on the the from_yaml_all filter in ansible.

Proposal