MediaTracker icon indicating copy to clipboard operation
MediaTracker copied to clipboard

Adding a Helm chart to run the service in Kubernetes

Open handyman5 opened this issue 1 year ago • 3 comments

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

handyman5 avatar Mar 23 '24 06:03 handyman5

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

bonukai avatar Mar 23 '24 18:03 bonukai