prysm-pulse/k8s/geth/faucet.service.yaml
2019-05-05 14:04:28 -05:00

13 lines
212 B
YAML

kind: Service
apiVersion: v1
metadata:
name: public-faucet
namespace: pow
spec:
selector:
component: public-faucet
ports:
- port: 8000
targetPort: 8000
name: grpc-web-port
type: ClusterIP