DanielRaapDev commented on code in PR #815:
URL: https://github.com/apache/solr-operator/pull/815#discussion_r3349633016


##########
config/crd/bases/solr.apache.org_solrclouds.yaml:
##########
@@ -9889,6 +10395,106 @@ spec:
                           For the LoadBalancer method, this field is optional 
and will only be used when useExternalAddress=true.
                           If used with the LoadBalancer method, you will need 
DNS routing to the LoadBalancer IP address through the url template given above.
                         type: string
+                      gateway:
+                        description: |-
+                          Gateway defines settings for Kubernetes Gateway API 
routing.
+
+                          This option is only available when Method=Gateway.
+                          The referenced Gateway must already exist and be 
managed by your platform team.
+                          The Solr Operator only manages the HTTPRoute 
resources.
+                        properties:

Review Comment:
   Now I saw that routes will be created for common and per-node. So this could 
be `additionalCommonHostnames` that are used as alias for the common service. 
Or if set these hostnames are the only ones used for the `HTTPRoute` and if 
unset the names are generated like now with a pattern.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to