chore: setup helm chart for woodpecker#46
Open
yellow-shine wants to merge 14 commits intozilliztech:feature_service_modefrom
Open
chore: setup helm chart for woodpecker#46yellow-shine wants to merge 14 commits intozilliztech:feature_service_modefrom
yellow-shine wants to merge 14 commits intozilliztech:feature_service_modefrom
Conversation
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
…ation Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
…lient for logstore service mode init Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: tinswzy <zhenyuan.wei@zilliz.com>
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
a321315 to
e9ade93
Compare
758ecc2 to
f1fac7e
Compare
f801f52 to
b5f0e01
Compare
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.
This pull request introduces a new Helm chart for deploying the Woodpecker cluster, including configuration for its dependencies (etcd, MinIO, and Jaeger), service exposure, and persistent storage. The changes provide a production-ready, scalable, and observable deployment pattern for Woodpecker using Kubernetes.
Helm Chart Definition and Dependency Management
Chart.yamlfile defining the Woodpecker Helm chart, including metadata, maintainers, keywords, and dependencies on etcd, MinIO, and Jaeger charts.values.yaml, including resource limits, replica counts, dependency settings, storage, and logging.Kubernetes Resource Templates
statefulset.yaml) for Woodpecker, supporting clustered deployment, dependency injection via environment variables, persistent volumes for data and logs, and readiness/liveness probes.service.yaml) for both headless (internal cluster communication) and external access, with support for multiple protocols and service types.Helm Chart Helper Functions
_helpers.tplwith reusable Helm template functions for naming, labels, selectors, and service account management, ensuring consistent resource naming and labeling throughout the chart.