Skip to content

Commit

Permalink
Add validator service
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 27, 2024
1 parent 7943fac commit 2729dc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 9c-dev/arena-service-test-20241218/validator-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: validator
app.kubernetes.io/instance: arena-service-test-20241218
name: validator-service
namespace: arena-service-test-20241218
spec:
ports:
- port: 31280
targetPort: 31280
selector:
app: validator
type: ClusterIP

0 comments on commit 2729dc6

Please sign in to comment.