From a8234134f8c7c6c5f056bb66740bab02ccc4714d Mon Sep 17 00:00:00 2001 From: Baligh Hatem Mehrez Date: Thu, 8 Jun 2023 17:02:19 +0300 Subject: [PATCH] creating file: manifests/service.yaml --- manifests/service.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/service.yaml diff --git a/manifests/service.yaml b/manifests/service.yaml new file mode 100644 index 000000000..69ec8c3f3 --- /dev/null +++ b/manifests/service.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Service +metadata: + name: TheArchitectsVault-WF + namespace: namespace-workflow-1686232508452 +spec: + type: LoadBalancer + selector: + app: TheArchitectsVault-WF + ports: + - protocol: TCP + port: 5000 + targetPort: 5000 \ No newline at end of file