Rasa OS kubernetes deployment how to get the url of Production & Worker Pod?

Rasa OS kubernetes deployment how to get the url of Production & Worker Pod?

I don’t see any production & worker pod in the deployment

But i need the url’s for my seperate Rasa X deployment

Production

    rasaProduction:
      # enable the rasa-production deployment
      # You can disable the rasa-production deployment in order to use external Rasa OSS deployment instead.
      enabled: true
      securityContext:
        runAsUser: 1
        fsGroup: 1

      # Define if external Rasa OSS should be used.
      external:
        # enable external Rasa OSS
        enabled: false

        # host of external Rasa OSS deployment
        host: "http://rasa-bot"

Worker

   rasaWorker:
      # enable the rasa-worker deployment
      # You can disable the rasa-worker deployment in order to use external Rasa OSS deployment instead.
      enabled: true

      # Define if external Rasa OSS should be used.
      external:
        # enable external Rasa OSS
        enabled: false

        # host of external Rasa OSS deployment
        host: "http://rasa-worker"

Hi @aymane258 have you found the answer?

Hi @aymane258 maybe this stackoverflow topic will help you.