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 helm chart for grocy #238

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

Conversation

handyman5
Copy link

@handyman5 handyman5 commented Feb 18, 2024

This PR introduces a new Helm chart for running grocy in Kubernetes:

$ helm upgrade --install grocy chart/ --values=chart/values.yaml
Release "grocy" has been upgraded. Happy Helming!
NAME: grocy
LAST DEPLOYED: Sat Feb 17 23:22:41 2024
NAMESPACE: grocy
STATUS: deployed
REVISION: 5

It primarily uses the default templates and behaviors you get from helm create <name>, with the necessary and appropriate modifications (such as adding both processes into the same pod).

Note that it creates a persistent volume claim for the app data directory, and annotates it such that helm will not delete the volume when the chart is deleted (and it will re-use the volume if you reinstall the chart).

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

Successfully merging this pull request may close these issues.

None yet

1 participant