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

Master #759

Open
wants to merge 371 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
371 commits
Select commit Hold shift + click to select a range
201466b
Domain
indam23 Mar 25, 2021
bf6764f
DomainDict
indam23 Mar 25, 2021
46c10b9
Merge pull request #607 from RasaHQ/unit_tests
indam23 Mar 25, 2021
3da032d
Merge branch 'main' into k8s
indam23 Mar 25, 2021
0949e3a
Add 3 new test stories with intent:explain.
samsucik Mar 29, 2021
bc51dbc
Merge branch 'main' of github.com:RasaHQ/rasa-demo into support-inten…
samsucik Mar 29, 2021
7c38e18
Merge branch 'support-intent-explain' of github.com:RasaHQ/rasa-demo …
samsucik Mar 29, 2021
9816614
Revert some story/rule changes that weren't backed by existing real c…
samsucik Mar 29, 2021
e42d6cf
Remove notes created for this PR.
samsucik Mar 29, 2021
c6302b6
Bracket syntax error fix
indam23 Mar 31, 2021
4f12d17
update deprecated gcloud setup action
indam23 Apr 1, 2021
d33eb9b
add socketio credentials
indam23 Apr 9, 2021
a0fbe05
fix indentation
indam23 Apr 9, 2021
5fd6154
build number for action server image
indam23 Apr 9, 2021
d89a62d
action tag still
indam23 Apr 9, 2021
0fa1696
add rest channel
indam23 Apr 14, 2021
05592c1
nlu changes
indam23 Apr 14, 2021
9ba03d9
add trigger response selector
indam23 Apr 14, 2021
bc0cc51
add third option for more info
indam23 Apr 14, 2021
df33860
action greet only greets
indam23 Apr 14, 2021
342475d
modify original onboarding flow to start only in response to a reques…
indam23 Apr 14, 2021
aad2f29
remove numbered step flow, it is already mostly contained in the inst…
indam23 Apr 14, 2021
647497a
Remove next step from intent mappings
indam23 Apr 14, 2021
5cfbaa5
Fix infinite loop in two-stage fallback
hsm207 Apr 14, 2021
78f478e
Remove duplicate utterance
hsm207 Apr 14, 2021
baa7076
stories for getting started in all three flows
indam23 Apr 15, 2021
d61909d
merge in main
indam23 Apr 15, 2021
4e06ffd
add dotenv requirement
indam23 Apr 15, 2021
6ac0d6a
fix action tests
indam23 Apr 15, 2021
5b309a5
add python-dotenv
indam23 Apr 15, 2021
cc039db
add dotenv
indam23 Apr 15, 2021
a9eec8d
type fix
indam23 Apr 15, 2021
2a24e6f
increase memory request from rasa_worker and schedule on high memory …
indam23 Apr 15, 2021
d74cf01
lint fix
indam23 Apr 15, 2021
9a620be
helmfile sync not dev
indam23 Apr 15, 2021
7374d16
node selector moved
indam23 Apr 15, 2021
f667b8b
remove next_step
indam23 Apr 15, 2021
f5e93dd
remove unneeded fixture from test
erohmensing Apr 16, 2021
8c9e716
Refactor bugfix
hsm207 Apr 18, 2021
320bc48
Reformat code
hsm207 Apr 18, 2021
f4096fc
fix formatting
erohmensing Apr 19, 2021
2d30d61
separate nlu cross val config without fallback classifier
indam23 Apr 19, 2021
b7fe521
Merge pull request #631 from RasaHQ/data-intent-duplicate
rgstephens Apr 19, 2021
7fdd9f3
Merge branch 'main' into bug-twostage
hsm207 Apr 20, 2021
3278e57
Use rule to offer restart after 2 stage fallback is completed
ArjaanBuijk Apr 21, 2021
57a931b
Fix format for conditional rule
ArjaanBuijk Apr 21, 2021
4ff85d3
Fix format for conditional rule
ArjaanBuijk Apr 21, 2021
6016d04
Fix parsing for `first_intent_names` & Fix check on last_intent
ArjaanBuijk Apr 21, 2021
d8767bb
Make fallback rules consistent for feedback_value slot
ArjaanBuijk Apr 21, 2021
88d937c
make feedback_value not influence conversation
ArjaanBuijk Apr 21, 2021
b45a164
Remove token_pattern
ArjaanBuijk Apr 22, 2021
51499bf
Fix intent name extraction for ResponseSelectors
ArjaanBuijk Apr 22, 2021
034aa84
Update rules & stories for `feedback_value` slot
ArjaanBuijk Apr 22, 2021
d02b061
Use action_restart_with_button
ArjaanBuijk Apr 22, 2021
b41ead2
Clearer rule description and use a custom action.
ArjaanBuijk Apr 22, 2021
8460191
Add action_restart_with_button
ArjaanBuijk Apr 22, 2021
3948df8
Update test_action_default_fallback to reflect new logic.
ArjaanBuijk Apr 22, 2021
5a8dddd
Add test for both two_stage_fallback rules
ArjaanBuijk Apr 22, 2021
aa8bd18
Fix lint
ArjaanBuijk Apr 22, 2021
9ca7c44
Debug missing `decorator` dependency
ArjaanBuijk Apr 22, 2021
dbac5e1
Sync with rasa & pin `decorator` to avoid conflicts
ArjaanBuijk Apr 22, 2021
15b7198
New black version formats slightly different
ArjaanBuijk Apr 22, 2021
f81b602
`rasa open source` sentence was in 2 intents
ArjaanBuijk Apr 23, 2021
e463c4f
Upgrade to rasa 2.5.0
ArjaanBuijk Apr 23, 2021
e72ad72
One rule for feedback provided
ArjaanBuijk Apr 23, 2021
99165dd
Make all rules & stories with `intent feedback` consistent
ArjaanBuijk Apr 23, 2021
ae56496
Fix reference to the new `tests/test_conversations.yml`
ArjaanBuijk Apr 26, 2021
73564f9
networkx complains about decorator. Install & pin it.
ArjaanBuijk Apr 26, 2021
286095a
Fix docker image build
ArjaanBuijk Apr 26, 2021
0c42084
Merge branch 'main' into support-intent-explain
b-quachtran Apr 26, 2021
8950daf
Upgraded to Rasa 2.5.X
b-quachtran Apr 26, 2021
3061f3a
Merge pull request #624 from RasaHQ/support-intent-explain
b-quachtran Apr 26, 2021
bd73627
merge main
indam23 Apr 27, 2021
4c529cc
remove next_step
indam23 Apr 27, 2021
d425feb
Reformat code
hsm207 Apr 28, 2021
d5e8da9
Fix infinite loop in two-stage fallback
hsm207 Apr 14, 2021
d50a3de
Refactor bugfix
hsm207 Apr 18, 2021
6d5999e
Reformat code
hsm207 Apr 18, 2021
fc87bc2
Use rule to offer restart after 2 stage fallback is completed
ArjaanBuijk Apr 21, 2021
f7b1006
Fix format for conditional rule
ArjaanBuijk Apr 21, 2021
558451a
Fix format for conditional rule
ArjaanBuijk Apr 21, 2021
dd695cb
Fix parsing for `first_intent_names` & Fix check on last_intent
ArjaanBuijk Apr 21, 2021
9a74a74
Make fallback rules consistent for feedback_value slot
ArjaanBuijk Apr 21, 2021
ce478ca
make feedback_value not influence conversation
ArjaanBuijk Apr 21, 2021
0737923
Remove token_pattern
ArjaanBuijk Apr 22, 2021
0d2de17
Fix intent name extraction for ResponseSelectors
ArjaanBuijk Apr 22, 2021
757af9e
Update rules & stories for `feedback_value` slot
ArjaanBuijk Apr 22, 2021
f952818
Use action_restart_with_button
ArjaanBuijk Apr 22, 2021
5b61fe8
Clearer rule description and use a custom action.
ArjaanBuijk Apr 22, 2021
e074b2b
Add action_restart_with_button
ArjaanBuijk Apr 22, 2021
420a4d5
Update test_action_default_fallback to reflect new logic.
ArjaanBuijk Apr 22, 2021
510c33d
Add test for both two_stage_fallback rules
ArjaanBuijk Apr 22, 2021
561fad6
Fix lint
ArjaanBuijk Apr 22, 2021
d1e28b5
Debug missing `decorator` dependency
ArjaanBuijk Apr 22, 2021
47f61b7
Sync with rasa & pin `decorator` to avoid conflicts
ArjaanBuijk Apr 22, 2021
48122fd
New black version formats slightly different
ArjaanBuijk Apr 22, 2021
3896af1
`rasa open source` sentence was in 2 intents
ArjaanBuijk Apr 23, 2021
250d5ff
Upgrade to rasa 2.5.0
ArjaanBuijk Apr 23, 2021
f4b0bce
One rule for feedback provided
ArjaanBuijk Apr 23, 2021
ca14a07
Make all rules & stories with `intent feedback` consistent
ArjaanBuijk Apr 23, 2021
d3cdaa9
Fix reference to the new `tests/test_conversations.yml`
ArjaanBuijk Apr 26, 2021
d15b68d
networkx complains about decorator. Install & pin it.
ArjaanBuijk Apr 26, 2021
778f88b
Fix docker image build
ArjaanBuijk Apr 26, 2021
db01427
Reformat code
hsm207 Apr 28, 2021
0e06b8a
:Merge branch 'bug-twostage' of https://github.com/RasaHQ/rasa-demo i…
hsm207 Apr 28, 2021
6ec881c
Reformat code
hsm207 Apr 28, 2021
8403dee
Merge branch 'new-use-case' into merge-new-use-case
ArjaanBuijk Apr 28, 2021
0884fd6
black
ArjaanBuijk Apr 28, 2021
3488b5b
Trigger flow again, weird behavior of GitHub Actions
ArjaanBuijk Apr 28, 2021
710a2de
Give `why rasa` rules stories unique names
ArjaanBuijk Apr 28, 2021
e8d3a31
Pin the version to 2.5.0, until Rule check fixed in 2.5.1
ArjaanBuijk Apr 28, 2021
24d7a7a
Merge branch 'main' into erohmensing-patch-1
erohmensing Apr 29, 2021
8cc62be
switch to host
indam23 Apr 29, 2021
e8a5fc3
switch to host from env
indam23 Apr 29, 2021
eb07723
Merge pull request #632 from RasaHQ/erohmensing-patch-1
indam23 Apr 29, 2021
e8e4390
update version
indam23 Apr 29, 2021
a3ab9e7
Fix e2e test stories to reflect new use case get started flow
ArjaanBuijk Apr 29, 2021
c32c170
Try to fix weird `black` error when run in Github action
ArjaanBuijk Apr 29, 2021
a0f1c23
debug black
ArjaanBuijk Apr 29, 2021
7ee9461
debug black
ArjaanBuijk Apr 29, 2021
fca9cbc
Merge branch 'main' into k8s
indam23 Apr 29, 2021
e7bb6b3
Upgrade actions/checkout to v2
ArjaanBuijk Apr 29, 2021
a05c593
Still weird black behavior
ArjaanBuijk Apr 29, 2021
988012c
debug black
ArjaanBuijk Apr 29, 2021
4530be5
Be specific about using the pyproject.toml
ArjaanBuijk Apr 29, 2021
5e34045
Merge branch 'main' into merge-new-use-case
ArjaanBuijk Apr 29, 2021
dbe49ee
Fix checking out wrong commit in PR
ArjaanBuijk Apr 29, 2021
7a5cd1c
Why is it checking out wrong commit?
ArjaanBuijk Apr 29, 2021
ab22eca
why oh why??
ArjaanBuijk Apr 29, 2021
71325d1
Trigger
ArjaanBuijk Apr 29, 2021
6cbc8e6
It now seems to check out the correct files.
ArjaanBuijk Apr 29, 2021
b268bcc
Fix test story
ArjaanBuijk Apr 29, 2021
8692b8a
action server build fixes
indam23 Apr 29, 2021
c92e872
Trigger CI
indam23 Apr 29, 2021
1082db1
Merge pull request #637 from RasaHQ/merge-new-use-case
indam23 Apr 30, 2021
9a0c7db
Merge branch 'main' into k8s
indam23 Apr 30, 2021
6519762
Update .github/workflows/continuous_deployment.yml
indam23 May 3, 2021
bb0ebf7
Merge pull request #621 from RasaHQ/k8s
indam23 May 3, 2021
e766814
use playground form and store problem description
indam23 May 3, 2021
b2ba759
unfeaturize problem description
indam23 May 3, 2021
fdbd284
update to version 0.39.2
erohmensing May 4, 2021
9d6a010
Update .github/workflows/continuous_deployment.yml
indam23 May 4, 2021
a4ee674
Merge pull request #639 from RasaHQ/erohmensing-patch-1
erohmensing May 4, 2021
c69a915
Merge branch 'main' into fix_playground_form
indam23 May 5, 2021
049948b
black format
indam23 May 5, 2021
33b1de7
black format
indam23 May 5, 2021
a368103
Merge branch 'fix_playground_form' of github.com:RasaHQ/rasa-demo int…
indam23 May 5, 2021
96db2bb
pin black version
indam23 May 5, 2021
1f3c2a3
test convo
indam23 May 14, 2021
b5764ce
Merge pull request #638 from RasaHQ/fix_playground_form
indam23 May 14, 2021
d77204a
update to 2.6.1/0.39.3
indam23 May 14, 2021
8d6a0fd
Merge branch 'main' into update_version
indam23 May 14, 2021
80c5a5c
also update requirements.txt
indam23 May 14, 2021
573dfc5
Merge branch 'update_version' of github.com:RasaHQ/rasa-demo into upd…
indam23 May 14, 2021
01dee03
redeploy 2.5
indam23 May 14, 2021
f78090c
Revert "redeploy 2.5"
indam23 May 14, 2021
517a2f9
39.3
indam23 May 18, 2021
fc94359
Merge pull request #643 from RasaHQ/39.3
indam23 May 18, 2021
e28b654
Merge branch 'main' into update_version
indam23 May 19, 2021
786cd1d
2.6.2, specify null slot value
indam23 May 19, 2021
02e9ef7
Merge pull request #642 from RasaHQ/update_version
indam23 May 19, 2021
f151318
bump rasa/x version
indam23 Jun 4, 2021
6ad816b
Merge pull request #644 from RasaHQ/bump_version
indam23 Jun 7, 2021
3fb4f79
less requests for rasa worker so it gets scheduled on node
indam23 Jun 23, 2021
f238864
Merge pull request #645 from RasaHQ/fix_worker_selection
b-quachtran Jun 23, 2021
81319e5
bump to 2.8.0
akelad Jul 22, 2021
9c0dfb9
Update .github/workflows/continuous_deployment.yml
indam23 Aug 5, 2021
e45e455
Apply suggestions from code review
indam23 Aug 5, 2021
88d38fa
Update .github/workflows/continuous_deployment.yml
indam23 Aug 5, 2021
30e6652
Update domain.yml
b-quachtran Aug 5, 2021
02718ef
Merge branch 'main' into update-to-2.8
indam23 Aug 9, 2021
7aed1a2
Trim whitespaces
HotThoughts Aug 23, 2021
c56901c
Test both NLU and Core in Test End 2 End Strories
hsm207 Aug 27, 2021
37fe200
Adjust model uploading steps in CI/CD
HotThoughts Aug 30, 2021
81ba7ce
tmp: enable test model job
HotThoughts Aug 30, 2021
563f8eb
Use job name instead of job id
HotThoughts Aug 30, 2021
5eca072
Fix syntax
HotThoughts Aug 30, 2021
842ec2a
tmp: fake failing job
HotThoughts Aug 31, 2021
d6bc4f0
Download model from storage bucket
HotThoughts Aug 31, 2021
843fdb9
tmp: enable CD
HotThoughts Aug 31, 2021
b6a8c16
Update deprecated gcloud setup action
HotThoughts Aug 31, 2021
08a59ed
Correct gcloud auth key
HotThoughts Aug 31, 2021
b3e7db8
Move gcloud auth steps up
HotThoughts Aug 31, 2021
24bdd92
Revert "tmp: fake failing job"
HotThoughts Aug 31, 2021
9b49447
Revert "tmp: enable test model job"
HotThoughts Aug 31, 2021
14747c7
Yaml folded newline scalar style
HotThoughts Aug 31, 2021
3ad29be
Fetch model based on when it created
HotThoughts Aug 31, 2021
c3751b4
fix path
HotThoughts Aug 31, 2021
7e934ce
tmp: debug
HotThoughts Aug 31, 2021
746df27
get var syntax
HotThoughts Sep 6, 2021
466123e
fix the upload model step
HotThoughts Sep 6, 2021
5494e65
try another way to get token
HotThoughts Sep 7, 2021
36a9b22
debug
HotThoughts Sep 7, 2021
0921728
fix the wait for model step
HotThoughts Sep 7, 2021
58d6f5f
set env
HotThoughts Sep 7, 2021
038b01d
fix syntax
HotThoughts Sep 7, 2021
95f7a02
Add concurrency group to cancel workflow runs
HotThoughts Sep 7, 2021
6da5ea2
fix model name
HotThoughts Sep 7, 2021
0cd76bc
limit rasa version
HotThoughts Sep 7, 2021
4ed11c1
assume there are no events if html tag not found
indam23 Sep 10, 2021
2cbc2d9
Merge branch 'main' into community_events_fix
hsm207 Sep 10, 2021
65cd972
Merge pull request #654 from RasaHQ/community_events_fix
hsm207 Sep 10, 2021
0288c3e
Merge branch 'main' into e2e-tests
hsm207 Sep 10, 2021
a3d2eaf
Merge branch 'main' into adjust-model-uploading-procedure
HotThoughts Sep 13, 2021
22709d4
Update deprecated gcloud setup action
HotThoughts Sep 14, 2021
b67d854
Revert temporary changes
HotThoughts Sep 14, 2021
f47f5e3
Merge branch 'main' into update-to-2.8
indam23 Oct 4, 2021
1a5df95
Use single quotation marks
HotThoughts Oct 5, 2021
8226fe9
tmp: enable CD for testing
HotThoughts Oct 5, 2021
ee2029c
tmp: enable CD for testing
HotThoughts Oct 11, 2021
de1e513
tmp: enable CD for testing
HotThoughts Oct 11, 2021
8f02610
Grep model based on major version
HotThoughts Oct 11, 2021
c3fb0f9
Save rasa major version to a variable
HotThoughts Oct 11, 2021
4b567d1
fix the grep string
HotThoughts Oct 11, 2021
f9e754a
Revert changes on the Upload Model step
HotThoughts Oct 11, 2021
8e83fb7
Revert commits 'tmp: enable CD for testing'
HotThoughts Oct 11, 2021
15f8bbe
Merge pull request #652 from RasaHQ/adjust-model-uploading-procedure
indam23 Oct 12, 2021
7a0acfe
use existing PVCs for rasa x and postgres in deployment
indam23 Oct 29, 2021
1523762
add envs from secrets
indam23 Oct 29, 2021
91fa14b
revert domain changes
indam23 Oct 29, 2021
841a46c
really revert domain changes
indam23 Oct 29, 2021
1fb2d16
Merge branch 'main' into pvc_fix
indam23 Oct 29, 2021
f3e5522
Merge pull request #659 from RasaHQ/pvc_fix
indam23 Oct 29, 2021
e94a6c1
force redeploy
indam23 Oct 29, 2021
71fec5d
run helmfile sync
indam23 Oct 29, 2021
bd58a0b
Merge pull request #661 from RasaHQ/helmfile_sync
indam23 Nov 1, 2021
67732e3
cd: use rasactl to operate models (#663)
HotThoughts Nov 19, 2021
fd7d550
Merge branch 'main' into update-to-2.8
indam23 Jan 26, 2022
015c959
update versions
indam23 Jan 26, 2022
ead5e16
Merge pull request #647 from RasaHQ/update-to-2.8
indam23 Jan 26, 2022
37a7e62
1.0
indam23 Jan 26, 2022
028fd0a
Merge branch 'main' into update-to-1.0
indam23 Jan 26, 2022
f993781
add rabbitmqerlangcookie
indam23 Jan 26, 2022
fa6d17c
Merge branch 'update-to-1.0' of github.com:RasaHQ/rasa-demo into upda…
indam23 Jan 26, 2022
512d322
rename tags endpoint
indam23 Jan 28, 2022
a5a0e0c
forms keyword
indam23 Jan 28, 2022
4f53ec4
reformat
indam23 Jan 28, 2022
3ffc99d
rename tags
indam23 Jan 28, 2022
802c16c
remaining tag renames
indam23 Jan 28, 2022
9e8c982
reformat
indam23 Jan 31, 2022
ca3b5e6
Merge pull request #668 from RasaHQ/update-to-1.0
indam23 Feb 4, 2022
3405572
Merge branch 'main' into e2e-tests
indam23 Feb 16, 2022
e42d5c8
ci
indam23 Apr 22, 2022
b640e1b
Merge pull request #651 from RasaHQ/e2e-tests
indam23 Jun 22, 2022
b9ec615
disable socket.io
indam23 Jun 23, 2022
1fb2c88
Merge branch 'main' into disable_socket
indam23 Jun 23, 2022
b34a9f3
disable rest
indam23 Jun 23, 2022
c7ebdc7
Merge branch 'disable_socket' of github.com:RasaHQ/rasa-demo into dis…
indam23 Jun 23, 2022
e7c89a3
fix black dependency
indam23 Jun 23, 2022
6935627
Merge pull request #673 from RasaHQ/disable_socket
indam23 Jun 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/change_filters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
nlu:
- 'data/nlu/*'
- 'config.yml'

core:
- 'data/rules/*'
- 'data/stories/*'
- 'config.yml'
- 'domain.yml'

training:
- 'data/**/*'
- 'domain.yml'
- 'config.yml'
- 'requirements.txt'

actions:
- 'actions/**/*'
- 'Dockerfile'

deployment:
- '.github/deployments/**/*'
- '.github/workflows/continuous_deployment.yml'
- 'actions/**/*' # if action server changed, then deployment must update tag
- 'Dockerfile'
137 changes: 137 additions & 0 deletions .github/deployments/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# helmfile for Rasa X deployment
environments:
# The "default" environment is available and used when `helmfile` is run without `--environment NAME`.
default:
values:
- values/default.yaml
# Any environment other than `default` is used only when `helmfile` is run with `--environment NAME`.
# That is, the "development" env below is used when and only when it is run like `helmfile --environment development sync`.
development:
values:
- values/development.yaml

repositories:
- name: rasa-x
url: https://rasahq.github.io/rasa-x-helm

releases:
- name: {{ requiredEnv "RELEASE_NAME" }}
namespace: {{ requiredEnv "NAMESPACE" }}
labels:
release: {{ requiredEnv "RELEASE_NAME" }}
chart: rasa-x/rasa-x
values:
- app:
imagePullPolicy: Always
name: {{ requiredEnv "ACTION_SERVER_IMAGE_NAME" }}
tag: {{ requiredEnv "ACTION_SERVER_TAG" }}
extraEnvs:
- name: RASA_X_HOST
value: {{ requiredEnv "RASA_X_DOMAIN" }}
- name: GDRIVE_CREDENTIALS
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "GDRIVE_CREDENTIALS"
- name: MAILCHIMP_LIST
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "MAILCHIMP_LIST"
- name: MAILCHIMP_API_KEY
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "MAILCHIMP_API_KEY"
- name: ALGOLIA_APP_ID
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "ALGOLIA_APP_ID"
- name: ALGOLIA_SEARCH_KEY
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "ALGOLIA_SEARCH_KEY"
- name: ALGOLIA_DOCS_INDEX
valueFrom:
secretKeyRef:
name: {{ requiredEnv "ACTION_SERVER_SECRET_NAME" }}
key: "ALGOLIA_DOCS_INDEX"
- postgresql:
tag: "12.9.0"
extraEnv:
- name: PGDATA
value: /bitnami/postgresql/data_12
persistence:
existingClaim: {{ requiredEnv "POSTGRES_PVC" }}
- global:
postgresql:
postgresqlPassword: {{ requiredEnv "RASA_X_DATABASE_PASSWORD" }}
redis:
password: {{ requiredEnv "REDIS_PASSWORD" }}
- dbMigrationService:
name: {{ requiredEnv "RASA_X_IMAGE_NAME" }}
tag: {{ requiredEnv "RASA_X_VERSION" }}
ignoreVersionCheck: true
- rasax:
imagePullPolicy: Always
tag: {{ requiredEnv "RASA_X_VERSION" }}
name: {{ requiredEnv "RASA_X_IMAGE_NAME" }}
passwordSalt: {{ requiredEnv "PASSWORDSALT" }}
token: {{ requiredEnv "RASA_X_TOKEN" }}
jwtSecret: {{ requiredEnv "JWT_SECRET" }}
disableTelemetry: true
initialUser:
username: {{ requiredEnv "RASA_X_USERNAME" }}
password: {{ requiredEnv "RASA_X_PASSWORD" }}
resources:
requests:
memory: {{ .Values.rasax.resources.requests.memory }}
cpu: {{ .Values.rasax.resources.requests.cpu }}
persistence:
existingClaim: {{ requiredEnv "RASA_X_PVC" }}
- rasa:
imagePullPolicy: Always
token: {{ requiredEnv "RASA_TOKEN" }}
tag: {{ requiredEnv "RASA_VERSION" }}-full
versions:
rasaProduction:
enabled: true
resources:
requests:
memory: {{ .Values.rasaProduction.resources.requests.memory }}
cpu: {{ .Values.rasaProduction.resources.requests.cpu}}
rasaWorker:
nodeSelector:
nodeFeature: extraMemory
resources:
requests:
memory: {{ .Values.rasaWorker.resources.requests.memory }}
cpu: {{ .Values.rasaWorker.resources.requests.cpu}}
- rabbitmq:
auth:
password: {{ requiredEnv "RABBITMQ_PASSWORD" }}
erlangCookie: {{ requiredEnv "RABBITMQ_ERLANGCOOKIE" }}
- eventService:
tag: {{ requiredEnv "RASA_X_VERSION" }}
name: {{ requiredEnv "RASA_X_IMAGE_NAME" }}
- duckling:
enabled: true
- nginx:
enabled: false
- ingress:
tls:
- secretName: rasa-x-tls
hosts:
- {{ requiredEnv "RASA_X_DOMAIN" }}
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
cert-manager.io/cluster-issuer: "letsencrypt"
hosts:
- host: {{ requiredEnv "RASA_X_DOMAIN" }}
paths:
- /*
- debugMode: {{ .Values.debugMode }}
17 changes: 17 additions & 0 deletions .github/deployments/values/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
debugMode: "false"
rasaProduction:
resources:
requests:
memory: 2Gi
cpu: 2
rasaWorker:
resources:
requests:
memory: 4Gi
cpu: 2
rasax:
resources:
requests:
memory: 1Gi
cpu: 1

16 changes: 16 additions & 0 deletions .github/deployments/values/development.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
debugMode: "true"
rasaProduction:
resources:
requests:
memory: 2Gi
cpu: 2
rasaWorker:
resources:
requests:
memory: 4Gi
cpu: 4
rasax:
resources:
requests:
memory: 1Gi
cpu: 1
63 changes: 0 additions & 63 deletions .github/workflows/auto_merge.yml

This file was deleted.

Loading
Loading