diff --git a/kubernetes/services/orchestration-service.yaml b/kubernetes/services/orchestration-service.yaml deleted file mode 100644 index f4ab7ef..0000000 --- a/kubernetes/services/orchestration-service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: orchestration - labels: - app: orchestration -spec: - selector: - app: orchestration - ports: - - name: "5003" - port: 5003 - targetPort: 5003 -status: - loadBalancer: {}