Description
I have a self hosted rancher without a cloud provider. Therefore the proxy cannot create a load balancer service.
I changed the serviceType to "NodePort" and created an ingress behind it at Port 80. But unfortunately I get the default nginx page displayed: "Welcome to nginx!" (https://gitpod.domain.de)
My Helm Chart Config:
hostname=gitpod.domain.de
certificatesSecret.secretName=gitpod-ssl-secret
ingressMode=pathAndHost
components.proxy.serviceType=NodePort
minio.persistence.size=50Gi
components.wsDaemon.containerRuntime.nodeRoots[0]=/var/lib
components.wsDaemon.containerRuntime.nodeRoots[1]=/run/containerd/io.containerd.runtime.v1.linux/moby
defaults.dnsPolicy=ClusterFirstWithHostNet
And I don't know if that is related, but the ws-manager-bridge shows this error:
Error in fetching sampling strategy: Error: connect ECONNREFUSED 0.0.0.0:5778