RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

Incorrect URL in registered server #14

Closed Falconx1000 closed 2 years ago

Falconx1000 commented 3 years ago

Deployed Rocketchat with the helm chart including ingress and host value. When registering the server on cloud.rocket.chat the url for the self-hosted server only shows up as localhost:3000

ewerton-silva00 commented 2 years ago

Hey, @Falconx1000

It works with me. Example:

## Host for the application
##
host: chat.mydomain.local

## Configure the ingress object to hook into existing infrastructure
### ref : http://kubernetes.io/docs/user-guide/ingress/
###

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: "nginx"
  path: /
  tls:
    # - secretName: chart-example-tls
    #   hosts:
    #     - chat.mydomain.local
Falconx1000 commented 2 years ago

I had both the host and ingress host set and it didn't work originally. I guess I should have put which version of the helm chart I was using since this was a while ago now. I'll have to spawn another test instance and see if it is still an issue. Guess it can be closed for now. I just set the host manually inside the application and have had no issues since.