AETHER-2959 adding in the RASA Server in to chronos-umbrella
Change-Id: Icb40634ef76442a0d88a6facb07d20b4f55b1048
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index 20fff04..82afd8b 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
description: Chronos Umbrella chart to deploy all Aether ROC
kubeVersion: ">=1.18.0"
type: application
-version: 0.1.14
+version: 0.1.15
appVersion: v0.0.0
keywords:
- aether
@@ -38,3 +38,7 @@
condition: import.rasa-model-server.enabled
repository: "file://../rasa-model-server"
version: 0.0.1
+ - name: rasa
+ condition: import.rasa.chronos.enabled
+ repository: https://helm.rasa.com
+ version: 1.16.0
diff --git a/chronos-umbrella/values.yaml b/chronos-umbrella/values.yaml
index 77e1eef..e377885 100644
--- a/chronos-umbrella/values.yaml
+++ b/chronos-umbrella/values.yaml
@@ -20,6 +20,8 @@
enabled: true
aether-enterprise-portal:
enabled: true
+ rasa:
+ enabled: true
aether-enterprise-portal:
grafana:
@@ -114,3 +116,22 @@
static_configs:
- targets:
- chronos-exporter:2112
+
+rasa:
+ applicationSettings:
+ token: chronos-rasa-token
+ endpoints:
+ models:
+ enabled: true
+ url: http://rasa-model-server:8080/models/20220113-154251-nuclear-radian
+ token: chronos-rasa-model-server-token
+ trackerStore:
+ enabled: false
+ credientials:
+ enabled: true
+ additionalChannelCredentials:
+ rest:
+ telemetry:
+ enabled: false
+ postgresql:
+ install: false