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

Adding a Helm chart to run the service in Kubernetes #583

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

handyman5
Copy link

This PR adds support for running MediaTracker in Kubernetes via a Helm chart, created with helm create.

Additions to the standard template:

  • Set the image repository
  • Removed serviceAccount, since it's not used
  • Set service port to 7481
  • Added persistent volumes for assets and data volumes
  • Added support for specifying environment variables, as described in the README

@bonukai
Copy link
Owner

bonukai commented Mar 23, 2024

@handyman5 Could you point me in direction on how can I test it? I have never used Kubernetes

@ergoxi
Copy link

ergoxi commented Nov 2, 2024

You could test this with something like brew install minikube; minikube start; brew install helm; helm install mediatracker . but it will probably have a bit of a learning curve.

Would be nice if this helm chart supported postgres too. Does anyone have a chart that is configured for that?

@ergoxi
Copy link

ergoxi commented Nov 2, 2024

btw I have not tested this chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants