Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Porposal changes in the CR to define label(s) for route to work with router sharding.

Hello.

We have a request to add additional labels for routes [1]. Platform team has added the possibility to set any custom labels to routes on the Che server side [2]. The remaining part is to add custom labels for routes created by the operator. To achieve this I propose the following changes for the CR where labels for routes/ingress will be defined. Any thoughts, concerns are appreciated.

```
server:
  ingress:
    labels: a=b,c=d
  route:
    labels: a=b,c=d
auth:
  ingress:
    labels: a=b,c=d
  route:
    labels: a=b,c=d
pluginRegistry:
  ingress:
    labels: a=b,c=d
  route:
    labels: a=b,c=d
devfileRegistry:
  ingress:
    labels: a=b,c=d
  route:
    labels: a=b,c=d  
```

[1] https://issues.redhat.com/browse/CRW-1034
[2] https://github.com/eclipse/che/pull/17740
--

ANATOLII BAZKO

PRINCIPAL DEVELOPER

Red Hat Ukraine


Back to the top