-
Im not seeing anything in the documentation, that discuses how to configure the services being created for the various accepters. e.g., I would want openwire to be expose externally via service of type load balancer, with annotations in place to properly configure the AWS NLB. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
brusdev
May 8, 2023
Replies: 1 comment 8 replies
-
if you set expose to true for the acceptor, the operator will create a service of type ClusterIP and an ingress. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jseiser I have created #588 to support custom annotations and labels for all resources created by the operator and in meantime you could create manually the ingress resource required for your use case.