Conversation
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR creates a new Helm chart for the tails-server application, which is an Indy Tails Server used to receive, store and serve Hyperledger Indy tails files. The chart provides a comprehensive Kubernetes deployment configuration with production-ready features.
Key changes include:
- Complete Helm chart structure with templates for all major Kubernetes resources
- Configurable autoscaling, persistence, security, and networking options
- Production-ready defaults with optional hardening configurations
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| charts/tails-server/Chart.yaml | Chart metadata defining version 0.1.0 for app version 1.2.1 |
| charts/tails-server/.helmignore | Standard Helm ignore patterns for VCS and IDE files |
| charts/tails-server/values.yaml | Comprehensive configuration values with defaults and examples |
| charts/tails-server/README.md | User documentation with configuration examples and usage instructions |
| charts/tails-server/templates/_helpers.tpl | Helm template helpers for consistent naming and labeling |
| charts/tails-server/templates/NOTES.txt | Post-installation instructions for accessing the application |
| charts/tails-server/templates/deployment.yaml | Main deployment template with container configuration |
| charts/tails-server/templates/hpa.yaml | Horizontal Pod Autoscaler template for scaling |
| charts/tails-server/templates/ingress.yaml | Ingress template for external access |
| charts/tails-server/templates/networkpolicy.yaml | Network policy template for traffic control |
| charts/tails-server/templates/pdb.yaml | Pod Disruption Budget template for availability |
| charts/tails-server/templates/pvc.yaml | Persistent Volume Claim template for storage |
| charts/tails-server/templates/service.yaml | Service template for internal networking |
| charts/tails-server/templates/serviceaccount.yaml | Service account template for RBAC |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
esune
reviewed
Aug 12, 2025
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
WadeBarnes
previously approved these changes
Aug 14, 2025
esune
reviewed
Aug 15, 2025
charts/tails-server/values.yaml
Outdated
| enabled: true | ||
| # If set, use an existing PVC and ignore size/accessModes/storageClass | ||
| existingClaim: "" | ||
| size: 10Gi |
Member
There was a problem hiding this comment.
Might want to make this default smaller: tails storage grows quickly, however having a big PVC from the beginning might not be good for someone who is just testing things out.
Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com>
WadeBarnes
approved these changes
Aug 19, 2025
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.
Tails-Server Helm Chart
As per #117
Workflow PR #119 should be merged before merging this PR.