infinispan / infinispan-operator

Infinispan Operator
https://infinispan.org/docs/infinispan-operator/main/operator.html
Apache License 2.0
49 stars 54 forks source link

Ability to define more attributes of Routes in CustomResourceDefinition #649

Open buehlmann opened 3 years ago

buehlmann commented 3 years ago

It would be great if the user could define more details of a OpenShift Route in the crd. In our case the following attributes would be required:

dmvolod commented 3 years ago

It coud be use some RouteTemplate for Route security settings and has it at the operator global level rather than re-specify all possible Route options inside Infinispan CR Also port.targetPort is always static value 11222 and can't be changed

buehlmann commented 3 years ago

Indeed we don't need to specify the port. Imo it would be preferable that the operator manages all resources needed so that the deployment of Infinispan is kind of "self-contained" and I don't need to manage additional resources manually.