mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
1bcf162bf2
Adds bare minimum, base kubernetes manifests for running erigon in kubernetes. Does not include crucial beacon chain, persistent volumes, etc. I currently use this as a base for 5 erigon Pods, each with an erigon execution node and prysm beacon node, along with 10 rpcdaemon pods, a TLS-terminated Ingress with a cert-manager issued TLS certificate. I would like to give back to the community then use this as an upstream kustomized base. See: https://kustomize.io
9 lines
149 B
YAML
9 lines
149 B
YAML
resources:
|
|
- eth66-peering-tcp.yaml
|
|
- eth66-peering-udp.yaml
|
|
- http.yaml
|
|
- metrics.yaml
|
|
- snap-sync-tcp.yaml
|
|
- snap-sync-udp.yaml
|
|
- statefulset.yaml
|