APIRule controller discovers default domain #524
Labels
area/api-gateway
Issues or PRs related to api-gateway
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Description
In component setup of Kyma there's global helm override representing default domain that can be used for setting up APIRule CR. In modular Kyma there's no such thing as global overrides and each module should discover configurations.
APIRule controller should discover default domain from Kyma default gateway. Atm Kyma default gateway is created by Istio module. So APIRule controller can assume that there's always "default" domain present and it can be retrieved from default Kyma gateway.
Default domain should be reconciled in standard reconcile loops (create, update, time based), which means that change should happen on existing APIRules.
ACs:
PR
Reasons
modularisation
DoD:
- [ ] release notes and What's New updates for Kyma customers- [ ] verify resource limits- [ ] create release and bump in kymaAttachments
part of: #130
The text was updated successfully, but these errors were encountered: