Skip to content

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

Open
handyman5 wants to merge 4 commits into
bonukai:mainfrom
handyman5:kubernetes-helm-chart
Open

Adding a Helm chart to run the service in Kubernetes#583
handyman5 wants to merge 4 commits into
bonukai:mainfrom
handyman5:kubernetes-helm-chart

Conversation

@handyman5

Copy link
Copy Markdown

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

bonukai commented Mar 23, 2024

Copy link
Copy Markdown
Owner

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

@ergoxi

ergoxi commented Nov 2, 2024

Copy link
Copy Markdown

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

ergoxi commented Nov 2, 2024

Copy link
Copy Markdown

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