mirror of
https://github.com/vacp2p/status-benchmarks.git
synced 2026-01-08 22:17:57 -05:00
13 lines
186 B
YAML
13 lines
186 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: anvil
|
|
namespace: status-go-test
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8545
|
|
targetPort: 8545
|
|
selector:
|
|
app: anvil |