Browse Source

creating file: manifests/deployment.yaml

pull/2119/head
Baligh Hatem Mehrez 1 year ago
parent
commit
6661e707b3
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      manifests/deployment.yaml

+ 22
- 0
manifests/deployment.yaml View File

@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: TheArchitectsVault-WF
labels:
app: TheArchitectsVault-WF
namespace: namespace-workflow-1686232508452
spec:
replicas: 1
selector:
matchLabels:
app: TheArchitectsVault-WF
template:
metadata:
labels:
app: TheArchitectsVault-WF
spec:
containers:
- name: TheArchitectsVault-WF
image: acrworkflow1686232508452.azurecr.io/image-workflow-1686232508452:latest
ports:
- containerPort: 5000

Loading…
Cancel
Save