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.
Add Helm Chart for Warpgate
Summary
This PR introduces an official Helm chart for deploying Warpgate on Kubernetes.
The chart follows Helm best practices and supports both lightweight (ephemeral) and production-grade deployments.
Features
Deploys Warpgate as a Kubernetes
Deployment
Configurable:
replicaCount
(limited to 1 when using SQLite)resources
,nodeSelector
,affinity
,tolerations
podSecurityContext
andsecurityContext
Supports persistent storage via PVC or ephemeral
emptyDir
Configurable Service with ports for SSH, HTTP, MySQL, PostgreSQL, and Kubernetes proxy
Optional Ingress (with cert-manager annotations by default)
Flexible setup job/initContainer for bootstrapping configuration
Supports:
tls.key
/tls.crt
)Usage
Values can be customized via
values.yaml
. Example:Notes for Reviewers
values.yaml
, configurable service/ingress, resource hints).Next Steps