mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
26fec66da4
* Add basic k8s configuration for geth deployments * set genesis difficulty to 0x0 * gazelle, comments * More comments on priority class and adjust priority class for ethstats * Adjustments to the miner limits * set minimum gas price to 0
18 lines
295 B
YAML
18 lines
295 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: geth-nodes
|
|
spec:
|
|
selector:
|
|
component: node
|
|
universe: geth
|
|
ports:
|
|
- port: 8545
|
|
targetPort: 8545
|
|
name: rpc
|
|
protocol: TCP
|
|
- port: 8546
|
|
targetPort: 8546
|
|
name: ws
|
|
protocol: TCP
|
|
type: LoadBalancer |