Browse Source

Set up CI with Azure Pipelines

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

19
manifests/deployment.yml

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