Skip to content

Commit

Permalink
✨ add anvil proxy load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 15, 2024
1 parent 249bde2 commit b83f1af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kubernetes/ctf-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,16 @@ spec:
- protocol: TCP
port: 8545
targetPort: 8545
---
apiVersion: v1
kind: Service
metadata:
name: anvil-proxy
spec:
type: LoadBalancer
selector:
app: anvil-proxy
ports:
- protocol: TCP
port: 8545
targetPort: 8545

0 comments on commit b83f1af

Please sign in to comment.