remove useless relayer service

This commit is contained in:
Joe Howarth 2023-01-12 18:22:51 -07:00
parent 7c2c68be3b
commit f088551a55
1 changed files with 0 additions and 18 deletions

View File

@ -1,21 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: simple-gr
namespace: default
labels:
app: simple-gr
spec:
type: LoadBalancer
selector:
app: simple-gr
ports:
- name: simple-gr
protocol: TCP
port: 8000
targetPort: 8000
# Do we actually need a service for the relayer??
---
apiVersion: apps/v1
kind: Deployment
metadata: