mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
14 lines
202 B
YAML
14 lines
202 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: geth-faucet
|
||
|
namespace: pow
|
||
|
spec:
|
||
|
selector:
|
||
|
component: faucet
|
||
|
universe: geth
|
||
|
ports:
|
||
|
- port: 8080
|
||
|
targetPort: 8080
|
||
|
type: ClusterIP
|