From 56c7964d6b20bb4380f8693563abd6276352028d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Oct 2019 01:58:32 +0000 Subject: [PATCH] Update staging file with b5f68c4 commit --- infra/kube/workloads/staging/deployment.yaml | 4 ++-- infra/kube/workloads/staging/service.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/kube/workloads/staging/deployment.yaml b/infra/kube/workloads/staging/deployment.yaml index 8d02e2d2f..e4a23c289 100644 --- a/infra/kube/workloads/staging/deployment.yaml +++ b/infra/kube/workloads/staging/deployment.yaml @@ -12,12 +12,12 @@ spec: metadata: labels: app: pet-clinic - version: pc-baa4676 + version: pc-b5f68c4 spec: containers: - name: pet-clinic - image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-baa4676" + image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-b5f68c4" ports: - containerPort: 8080 imagePullSecrets: diff --git a/infra/kube/workloads/staging/service.yaml b/infra/kube/workloads/staging/service.yaml index 0699f750b..e6b277dcf 100644 --- a/infra/kube/workloads/staging/service.yaml +++ b/infra/kube/workloads/staging/service.yaml @@ -4,12 +4,12 @@ metadata: name: pet-clinic namespace: staging labels: - version: pc-baa4676 + version: pc-b5f68c4 spec: type: LoadBalancer selector: app: pet-clinic - version: pc-baa4676 + version: pc-b5f68c4 ports: - port: 80 protocol: TCP