-
Hi. I want to be able to change the ClusterIP typ to LoadBalancer for the activemq 61616 port and wconsj 8161 ports to NodePort, because AWS Loadbalancer won't accept that the service-type is ClusterIP. I have tried to change it myself, and it works like a charm (for some time). Then I think that the operator is changing it back to the original ClusterIP. I have not idea how to make the port 61616 available from outside my cluster if I cannot accomplish this. We use the external-dns pods to automatically create route53 dns records and automatically create the LoadBalancer when the brokers go online. That can only be accomplished if we have the opportunity to change whatever annotation or spec that we want on the services for Artemis |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The operator reconciles resources created by itself so you need to create a new service with the same selector, in this way the operator will not reconcile your settings. |
Beta Was this translation helpful? Give feedback.
The operator reconciles resources created by itself so you need to create a new service with the same selector, in this way the operator will not reconcile your settings.