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

add persistentVolume for static volumes #354

Merged
merged 10 commits into from
Jan 17, 2024

Conversation

gertzakis
Copy link
Contributor

Fixes: #353

With the proposed solution, it adds a PersistentVolumeClaim in order to be used as volumeMount in the /opt/nautobot/static directory of the Pods for storing the static files of Nautobot.
This will give an easy solution of having a sigle init pod and the static files stored in a volume used by all the application pods

@gertzakis gertzakis marked this pull request as ready for review January 5, 2024 07:24
@gertzakis gertzakis changed the title [WIP} add persistentVolume for static volumes add persistentVolume for static volumes Jan 5, 2024
@gertzakis gertzakis force-pushed the add-static-files-volume branch from 6133df7 to ba7c016 Compare January 8, 2024 16:03
@gertzakis gertzakis force-pushed the add-static-files-volume branch from 7d0d414 to c37f534 Compare January 15, 2024 08:49
@gertzakis gertzakis force-pushed the add-static-files-volume branch from c37f534 to e56fee9 Compare January 15, 2024 08:58
charts/nautobot/values.yaml Outdated Show resolved Hide resolved
charts/nautobot/values.yaml Outdated Show resolved Hide resolved
charts/nautobot/values.yaml Outdated Show resolved Hide resolved
charts/nautobot/templates/pvc-static.yaml Outdated Show resolved Hide resolved
charts/nautobot/values.yaml Outdated Show resolved Hide resolved
docs/advanced-features/persistence.md Outdated Show resolved Hide resolved
docs/advanced-features/persistence.md Show resolved Hide resolved
mkdocs.yml Outdated Show resolved Hide resolved
charts/nautobot/values.yaml Outdated Show resolved Hide resolved
docs/advanced-features/index.md Outdated Show resolved Hide resolved
@gertzakis gertzakis requested a review from ubajze January 16, 2024 08:07
charts/nautobot/values.schema.json Outdated Show resolved Hide resolved
charts/nautobot/values.schema.json Outdated Show resolved Hide resolved
charts/nautobot/values.schema.json Outdated Show resolved Hide resolved
@gertzakis gertzakis requested a review from ubajze January 16, 2024 09:55
@ubajze ubajze merged commit fc581e6 into nautobot:develop Jan 17, 2024
3 of 4 checks passed
@gertzakis gertzakis deleted the add-static-files-volume branch May 10, 2024 07:11
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.

Add ability to store static files in k8s Volumes
2 participants