prysm-pulse/k8s/geth/faucet.service.yaml
Preston Van Loon 7078382b82
k8s goerli config (#1517)
* Added goerli node config

* add validator configuration

* working better with istio

* cleanup

* Update bootnodes and genesis

* prepare goerli

* cleaning up geth stuff

* Working on istio

* Update somethings for istio

* Add back bootnode for internal discovery, add some labels for istio

* support ws

* ssl via lets encrypt

* Remove ingress

* Expose grafana

* allow insecure

* Add consistent loadbalancing

* use pod antiaffinity so that the public nodes are highly available

* Change app name to goerli

* Add unstable graphql

* remove redis

* lint

* gazelle and fix weights

* better affinity
2019-02-08 15:30:38 -05:00

15 lines
219 B
YAML

kind: Service
apiVersion: v1
metadata:
name: geth-faucet
namespace: pow
spec:
selector:
component: faucet
universe: geth
ports:
- port: 8080
name: http
targetPort: 8080
type: ClusterIP