From 3d6d25de6f9d78f7ffa56c91865e62d1ed7c8d31 Mon Sep 17 00:00:00 2001 From: yusufkaratoprak Date: Sat, 1 May 2021 14:00:02 +0300 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- manifests/deployment.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/deployment.yml diff --git a/manifests/deployment.yml b/manifests/deployment.yml new file mode 100644 index 0000000..f597e0e --- /dev/null +++ b/manifests/deployment.yml @@ -0,0 +1,19 @@ +apiVersion : apps/v1 +kind: Deployment +metadata: + name: voloeventhubhttpapihost +spec: + replicas: 1 + selector: + matchLabels: + app: voloeventhubhttpapihost + template: + metadata: + labels: + app: voloeventhubhttpapihost + spec: + containers: + - name: voloeventhubhttpapihost + image: voloeventhubhttpapihost.azurecr.io/voloeventhubhttpapihost + ports: + - containerPort: 5002 \ No newline at end of file