-
Notifications
You must be signed in to change notification settings - Fork 6
Add aztec-node chart #131
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
Open
bussyjd
wants to merge
23
commits into
main
Choose a base branch
from
feature/aztec-node
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add aztec-node chart #131
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7ac9870
feat: init aztec-node
bussyjd 6f3b3d0
feat: integrate aztec-node chart into repository
bussyjd c273faa
fix(aztec-node): remove invalid role references in main statefulset
bussyjd f3cd136
fix(aztec-node): fix volume indentation in prover-node statefulset
bussyjd 01db569
chore: cleanup
bussyjd 55fd125
chore: update README version badges for charon charts
bussyjd fa5bb0b
feat: add helm-lint pre-commit hook
bussyjd b4857a5
feat(ci): add CI values file for aztec-node chart
bussyjd 01a7b31
docs(aztec-node): update README with current values.yaml defaults
bussyjd fecd1b5
fix(aztec-node): configure hostNetwork as default with NodePort fallback
bussyjd adb40d4
fix(aztec-node): correct StatefulSet serviceName reference
bussyjd 4c8ef2e
docs(aztec-node): sync README with values.yaml L1 URL defaults
bussyjd 4746dd7
docs: clarify helm-docs pre-commit hook behavior
bussyjd 0f01e6c
fix(ci): enable aztec-node chart linting
bussyjd 2c16279
chore: cleanup
bussyjd 4d8a07a
fix(ci): prevent helm-lint from failing on arithmetic operations
bussyjd 0f86c18
feat!: implement standardized service naming convention
bussyjd 908109c
docs(aztec-node): fix resource naming in README examples
bussyjd 94f7c70
Merge branch 'main' into feature/aztec-node
bussyjd 0e5ddbf
chore: unskip aztec-node
bussyjd 9f1c6ca
Merge branch 'main' into feature/aztec-node
bussyjd 6377741
feat: staging-public network
bussyjd 5e1175a
chore: fix linting
bussyjd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # CI test values for aztec-node chart | ||
| # Minimal configuration for fullnode role | ||
|
|
||
| # Deployment role | ||
| role: fullnode | ||
|
|
||
| # Network to connect to | ||
| network: testnet | ||
|
|
||
| # Container image configuration | ||
| image: | ||
| repository: aztecprotocol/aztec | ||
| tag: latest | ||
| pullPolicy: IfNotPresent | ||
|
|
||
| # Node configuration | ||
| node: | ||
| replicas: 1 | ||
| logLevel: "info" | ||
|
|
||
| # L1 Ethereum configuration (mock URLs for CI) | ||
| l1ExecutionUrls: | ||
| - "http://mock-l1-execution:8545" | ||
| l1ConsensusUrls: | ||
| - "http://mock-l1-consensus:5052" | ||
|
|
||
| # Resource allocation (minimal for CI) | ||
| resources: | ||
| requests: | ||
| cpu: "100m" | ||
| memory: "256Mi" | ||
| limits: | ||
| cpu: "200m" | ||
| memory: "512Mi" | ||
|
|
||
| # Persistence disabled for CI | ||
| persistence: | ||
| enabled: false | ||
|
|
||
| # Service configuration | ||
| service: | ||
| httpPort: 8080 | ||
|
|
||
| p2p: | ||
| enabled: true | ||
| nodePortEnabled: false | ||
| port: 40400 | ||
|
|
||
| admin: | ||
| enabled: true | ||
| port: 8081 | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| apiVersion: v2 | ||
| name: aztec-node | ||
| description: A Helm chart for deploying an Aztec node | ||
| type: application | ||
| version: 0.1.0 | ||
| appVersion: "2.0.2" |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.