Skip to content

Commit

Permalink
Workflow asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal committed Dec 20, 2021
1 parent 7219d37 commit 732f37c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifests/deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion : apps/v1
kind: Deployment
metadata:
name: "ddccservices-56e3"
spec:
replicas: 2
selector:
matchLabels:
app: "ddccservices-56e3"
template:
metadata:
labels:
app: "ddccservices-56e3"
spec:
containers:
- name: "ddccservices-56e3"
image: "ddccsrv.azurecr.io/ddccservices"
ports:
- containerPort: 8080

0 comments on commit 732f37c

Please sign in to comment.