When I configuring a region configuration with the following expose property:
"expose": {
"domain": "mydomain.fr",
"route": false,
"ingress": true,
"annotations": {
"route.openshift.io/insecureEdgeTerminationPolicy": "Redirect",
"route.openshift.io/termination": "edge"
}
}
The ingress created by the service does not include the provided annotations.
Region configuration reference: docs/region-configuration.md
onyxia-api: v4.7.0