Browse Source

Set up CI with Azure Pipelines

[skip ci]
staging
yusufkaratoprak 5 years ago
parent
commit
55f206df31
  1. 19
      manifests/deployment.yml

19
manifests/deployment.yml

@ -0,0 +1,19 @@
apiVersion : apps/v1
kind: Deployment
metadata:
name: volosofteventhub
spec:
replicas: 1
selector:
matchLabels:
app: volosofteventhub
template:
metadata:
labels:
app: volosofteventhub
spec:
containers:
- name: volosofteventhub
image: voloeventhub.azurecr.io/volosofteventhub
ports:
- containerPort: 8080
Loading…
Cancel
Save