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