Skip to content

Commit

Permalink
Workflow asset
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydestro committed Apr 8, 2020
1 parent de7aece commit 4eb4bfa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion : apps/v1beta1
kind: Deployment
metadata:
name: "liveontwitchaks"
spec:
replicas: 2
template:
metadata:
labels:
app: "liveontwitchaks"
spec:
containers:
- name: "liveontwitchaks"
image: "jaygordonacr.azurecr.io/liveontwitchaks"
ports:
- containerPort: 8080

0 comments on commit 4eb4bfa

Please sign in to comment.