From d651fe3a31bf1f0b94fbe98c9e82fe689d98ad7f Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Wed, 16 Jun 2021 16:14:03 +0200 Subject: [PATCH] Remove orchestration service --- kubernetes/services/orchestration-service.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 kubernetes/services/orchestration-service.yaml 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: {}