feat(charon-relay): add loadBalancerIP, UDP, and external hostname support#225
Open
feat(charon-relay): add loadBalancerIP, UDP, and external hostname support#225
Conversation
…tname support - Add externalIPs values field for GCP static IP assignment on LoadBalancer services - Add externalHostnames values field for AWS LB hostname support (--p2p-external-hostname) - Add optional UDP service template (service.udp.enabled) - Skip init container when externalIPs or externalHostnames are provided - Fix image repository default to ghcr.io/obolnetwork/charon - Update values.schema.json with new fields - Bump chart version to 0.3.1
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.
Summary
externalIPsvalues field for GCP static IP assignment on LoadBalancer services (skips init container when set)externalHostnamesvalues field for AWS LB hostname support (--p2p-external-hostname)service.udp.enabled)ghcr.io/obolnetwork/charonContext
Part of the migration from Terraform-managed relay deployments to ArgoCD GitOps. These chart enhancements allow:
externalIPswithout init containerexternalHostnamesTest plan
helm templatewithexternalIPsset — verifyloadBalancerIPin service, no init container in statefulsethelm templatewithexternalHostnamesset — verify--p2p-external-hostnamein commandhelm templatewith neither set — verify init container present (backward compatible)helm templatewithservice.udp.enabled: true— verify UDP service createdhelm lintpasses