Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ingress is not working #29

Open
ealasgarov opened this issue Nov 1, 2023 · 2 comments
Open

[Bug]: ingress is not working #29

ealasgarov opened this issue Nov 1, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ealasgarov
Copy link

What happened?

I've installed ChromaDB with the helm chart, and enabled the ingress in values.yaml. However I'm always getting Bad Gateways 502. Is there some graphical interface which I'm supposed to see when exposing via ingress or what is it used for?
Otherwise the pod is up and running and I was able to get the token from the default secret. So am I supposed to to be able to reach it via Postman, for example, by hostname specified in my ingress and using the Authorization + Bearer token in the header of the API call? Apologies, I'm new to ChromaDB and I cannot find description on how to connect to it, how to use it and etc.
Thanks in advance!

ChromaDB Version

0.4.3

Kubernetes Version

1.26.x

Environment details

AKS, with an azure application gateway as an ingress controller.

Logs, Kubectl output, Manifests, etc.

No response

@ealasgarov ealasgarov added the bug Something isn't working label Nov 1, 2023
@ealasgarov
Copy link
Author

ealasgarov commented Nov 1, 2023

service:
  type: ClusterIP   #use ClusterIP for internal only and LoadBalancer for external

ingress:
  enabled: true
  className: ""
  annotations: 
    kubernetes.io/ingress.class: azure/application-gateway
    appgw.ingress.kubernetes.io/use-private-ip: "true"
  hosts:
    - host: myhostname.mydomain.com
      paths:
        - path: /
          pathType: ImplementationSpecific
  tls: 
   - secretName: mysecret-tls
     hosts:
       - myhostname.mydomain.com

@tazarov
Copy link
Contributor

tazarov commented Dec 19, 2023

hey @ealasgarov, thanks for the feedback and apologies for the late response. I'll try to incorporate the above feedback shortly.

@tazarov tazarov self-assigned this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants