forked from botfront/botfront-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
51 lines (44 loc) · 1.38 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
appName: rasa-project
# Botfront project id
projectId: Hx8CFdNpfY6HpEpj2
# Botfront GraphQL URL
graphQLEndpoint: http://botfront-app-service.botfront/graphql
# Launch Rasa with --debug flag
debug: true
rasa:
image: docker.io/botfront/rasa-for-botfront:v1.9.0-bf.7
initialProbeDelay: 30
service:
enabled: true
type: NodePort
port: 80
persistenceClaim:
enabled: true
storage: 2Gi
ingress:
enabled: true
nginx:
# Set to true if your cluster uses the nginx-ingress controller
enabled: true
# Those are default values for nginx ingress annotations. Note that two other are present:
# - kubernetes.io/ingress.class: nginx
# - nginx.org/websocket-services: <rasa-service-name>
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 32m
# Timeouts should be long enough to support long trainings
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/rewrite-target: /
# Set to "true" if you want to auto redirect to https
nginx.ingress.kubernetes.io/ssl-redirect: "false"
# If nginx.enabled is false, the following annotations will be added to the Ingress. This is ignored it nginx.enabled is true.
annotations: {}
host:
tlsSecretName:
resources:
limits:
cpu: "2"
memory: 2Gi
requests:
cpu: 250m
memory: 512Mi