-
-
Notifications
You must be signed in to change notification settings - Fork 4
Helm Deployment
Just Call Me Koko edited this page May 12, 2022
·
2 revisions
This documentation outlines the process for Helm setup and deployment of the Discord Bot. This assumes you already have Helm and its dependencies installed since there are many different platforms and the installation process varies between them.
Add the Helm repo
helm repo add python-discord-bot https://justcallmekoko.github.io/PythonDiscordBot-Kubernetes
Update helm repos
helm repo update
Get default values from the python discord bot helm repo
helm show values python-discord-bot/discord-bot
Create a values.yaml
file from with your own values using what was shown from the previous command
Install the python discord bot helm chart
helm install -f values.yaml python-discord-bot python-discord-bot/discord-bot