meltano / helm-meltano

Meltano Helm Repository
1 stars 2 forks source link

installation error with Rancher (v2.6) #3

Open MeltyBot opened 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/infra/helm-meltano/-/issues/3

Originally created by @stefanaz on 2022-02-14 14:16:40


The helm installation does not work with k8s on Rancher.

Steps to reproduce:

  1. added helm chart to the helm repo list: helm repo add meltano https://meltano.gitlab.io/infra/helm-meltano/meltano-ui
  2. deployed it with helm install meltano-ui/meltano-ui --generate-name

What is created well:

What is wrong:

I set up ingress with my URL, and have visited it. The result is: 503 Service Temporarily Unavailable

Could you help me to understand what I am missing? Thanks!

MeltyBot commented 2 years ago

View 7 previous comments from the original issue on GitLab