Giter Site home page Giter Site logo

Comments (3)

b-quachtran avatar b-quachtran commented on June 30, 2024

@tczekajlo Not sure why this is happening, since it looks like the annotations are defined here: https://github.com/RasaHQ/rasa-x-helm/blob/master/charts/rasa-x/templates/rasa-x-ingress.yaml#L18

from rasa-x-helm.

tczekajlo avatar tczekajlo commented on June 30, 2024

@b-quachtran everything looks ok. The rasa-x/templates/ingress.yaml is used only if the Nginx image is used, all configuration for Nginx is included in the image.

For the nginx-ingress configuration are used two other templates, the rasa-open-source-ingress.yaml and rasa-x-ingress.yaml

  # Note that if `nginx.enabled` is `true` the `rasa/nginx` image is used as reverse proxy.
  # In order to use nginx ingress you have to set `nginx.enabled=false`.
$ helm template --set nginx.enabled=false rasa-x/rasa-x

# Source: rasa-x/templates/rasa-x-ingress.yaml
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
  name: RELEASE-NAME-rasa-x
  labels:
    helm.sh/chart: rasa-x-1.7.12
    app.kubernetes.io/name: rasa-x
    app.kubernetes.io/instance: RELEASE-NAME
    app.kubernetes.io/version: "0.33.0"
    app.kubernetes.io/managed-by: Helm
  annotations:
    nginx.ingress.kubernetes.io/proxy-body-size: "0"
    nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
[...]

from rasa-x-helm.

b-quachtran avatar b-quachtran commented on June 30, 2024

Ah, that makes sense! Thanks for taking a look and for the info 😄

from rasa-x-helm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.