creating file: manifests/deployment.yaml

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

22
manifests/deployment.yaml Normal file
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