mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 20:20:05 +00:00
38 lines
816 B
YAML
38 lines
816 B
YAML
|
apiVersion: extensions/v1beta1
|
||
|
kind: Ingress
|
||
|
metadata:
|
||
|
name: nginx-ingress
|
||
|
namespace: pow
|
||
|
annotations:
|
||
|
nginx.org/websocket-services: "geth-ethstats,geth-faucet"
|
||
|
spec:
|
||
|
rules:
|
||
|
- host: ethstats.prylabs.network
|
||
|
http:
|
||
|
paths:
|
||
|
- path: /
|
||
|
backend:
|
||
|
serviceName: geth-ethstats
|
||
|
servicePort: 3000
|
||
|
- host: powexplorer.prylabs.network
|
||
|
http:
|
||
|
paths:
|
||
|
- path: /
|
||
|
backend:
|
||
|
serviceName: blockscout
|
||
|
servicePort: 4000
|
||
|
- host: powfaucet.prylabs.network
|
||
|
http:
|
||
|
paths:
|
||
|
- path: /
|
||
|
backend:
|
||
|
serviceName: geth-faucet
|
||
|
servicePort: 8080
|
||
|
- host: powchain.prylabs.network
|
||
|
http:
|
||
|
paths:
|
||
|
- paths:
|
||
|
backend:
|
||
|
serviceName: geth-nodes
|
||
|
servicePort: 8545
|