Open
Conversation
ac1e1df to
f4e07e1
Compare
c418caa to
62bb840
Compare
Member
Author
|
docker build |
|
✅ Docker build and push successful! Image: |
Member
Author
|
docker deploy |
|
🚀 Deployment Successful! The instance at plik.root.gg has been redeployed with image |
Member
Author
|
docker deploy |
|
🚀 Deployment Successful! The instance at plik.root.gg has been redeployed with image |
Member
Author
|
docker deploy |
|
🚀 Deployment Successful! The instance at plik.root.gg has been redeployed with image |
Member
Author
|
docker build |
|
✅ Docker build and push successful! Image: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feat: add Helm Chart for Plik
Description
This PR introduces a comprehensive Helm chart to deploy Plik on Kubernetes.
It aims to provide a flexible and production-ready deployment method, supporting both stateless
Deployment(for S3/GCS/Swift backends) and statefulStatefulSet(for local file backend with persistence) architectures.Key Features
DeploymentandStatefulSetvia.Values.kind.plikd.cfggeneration fromvalues.yamlvia ConfigMap.Secretresource and injected as environment variables. Supports using anexistingSecretfor enhanced security.filebackend.pages.yml) to automatically build VitePress documentation and release the Helm chart to GitHub Pages on every push tomaster.CHANGELOG.mdand detailed guide indocs/guide/helm.md.Changelog
[0.1.1] - 2024-02-13
[0.1.0] - 2024-02-13
Configuration
The
values.yamlfile mirrors the defaultplikd.cfgconfiguration, making it intuitive for existing Plik users to migrate.Verification
The chart has been linted with
helm lint.To test the chart locally: