Browse Source

creating file: manifests/service.yaml

pull/2119/head
Baligh Hatem Mehrez 1 year ago
parent
commit
a8234134f8
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      manifests/service.yaml

+ 13
- 0
manifests/service.yaml 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

Loading…
Cancel
Save