From 55f206df31ecc28248eda5b06f409e6999c4a2a5 Mon Sep 17 00:00:00 2001 From: yusufkaratoprak Date: Sat, 1 May 2021 00:19:50 +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..fe913f5 --- /dev/null +++ b/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 \ No newline at end of file