creating file: manifests/deployment.yaml
This commit is contained in:
parent
254a80eef4
commit
6661e707b3
22
manifests/deployment.yaml
Normal file
22
manifests/deployment.yaml
Normal 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…
x
Reference in New Issue
Block a user