kubernetes/manifests/rasa/helm/my-values.yaml
# https://github.com/RasaHQ/helm-charts/blob/main/charts/rasa/values.yaml
---
applicationSettings:
initialModel: "https://github.com/hongbo-miao/rasa-model/blob/main/model.tar.gz?raw=true"
credentials:
additionalChannelCredentials:
telegram:
access_token: "5049323071:AAHfn_8k72nupZpq_pFYlwBfiJlZp60e65M"
verify: "hongbomiao_bot"
webhook_url: "https://rasa.hongbomiao.com/rasa-service/webhooks/telegram/webhook"
telemetry:
enabled: false
endpoints:
trackerStore:
enabled: true
lockStore:
enabled: true
postgresql:
install: true
redis:
install: true
nginx:
enabled: false
rasa-action-server:
install: false
external:
enabled: true
url: "http://hm-release-rasa-action-server.hm-rasa-action-server:5055/webhook"