-
Notifications
You must be signed in to change notification settings - Fork 54
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
add helm chart #60
add helm chart #60
Conversation
Sorry, I have absolutely no capabilities to verify/review and merge this. Never used nor even heard of helm charts before... Can you find someone to review this? |
@yGuy I'm able to review this. i already created my own working helm chart for the bot. |
Improve Helm Chart
Awesome! Thanks @m00nyONE and @DavidKellyonGitHub - I think this pull request needs to be updated as the changes by @m00nyONE are now part of your main branch in your fork. |
merge helm chart improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be good to go :-)
Thanks, guys! |
This helm chart will deploy a pod running a containerized version of the chatgpt-bot image. The pod connects to a running mattermost pod's service via the cluster service DNS url (e.g. http://mattermost-team-edition.mattermost.svc.clusterlocal). A mattermost instance deployed with helm will have such a service running.
This chart uses environment variables
MATTERMOST_TOKEN
OPENAI_API_KEY
and defaults for mattermost-team-edition, and the 'mattermost' namespace