Skip to content

Expose property annotations not applied #612

@titigmr

Description

@titigmr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions