Rasa-x-rabbit does not have load balancer ingress IP address

I follow this instruction to expose RabbitMQ port

I run this command:

rasactl upgrade --values-file values.yml --debug

My values.yml file:

rasax:
  tag: "1.1.0"
eventService:
  tag: "1.1.0"
dbMigrationService:
  tag: "1.1.0"

rabbitmq:
  service:
    type: "LoadBalancer"

Debug output:

  • 2022-04-27T13:04:02.327Z INFO beginning wait for 34 resources with timeout of 15m0s
  • 2022-04-27T13:04:02.347Z INFO Service does not have load balancer ingress IP address: stoic-saha/rasa-x-rabbit
  • 2022-04-27T13:04:04.368Z INFO Service does not have load balancer ingress IP address: stoic-saha/rasa-x-rabbit
  • 2022-04-27T13:04:06.367Z INFO Service does not have load balancer ingress IP address: stoic-saha/rasa-x-rabbit
  • 2022-04-27T13:04:08.367Z INFO Service does not have load balancer ingress IP address: stoic-saha/rasa-x-rabbit
  • 2022-04-27T13:04:10.368Z INFO Service does not have load balancer ingress IP address: stoic-saha/rasa-x-rabbit

And after 15m time limit:

timed out waiting for the condition

What should i do to solve this problem?

P.S. same topic Rasa-x-rabbit without a load balancer service