creating file: manifests/service.yaml

This commit is contained in:
Baligh Hatem Mehrez 2023-06-08 17:02:19 +03:00
parent 6661e707b3
commit a8234134f8

13
manifests/service.yaml Normal file
View File

@ -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