From 78faac0fb41d9e400d7d7a9c3cc134c2aa4df7fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Oct 2019 06:35:47 +0000 Subject: [PATCH] Update staging config with 9bbe9ff 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 015c6f3da..aad9f0848 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-153e174 + version: pc-9bbe9ff spec: containers: - name: pet-clinic - image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-153e174" + image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-9bbe9ff" ports: - containerPort: 8080 imagePullSecrets: diff --git a/infra/kube/workloads/staging/service.yaml b/infra/kube/workloads/staging/service.yaml index cf6cd0e27..caa23b14d 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-153e174 + version: pc-9bbe9ff spec: type: LoadBalancer selector: app: pet-clinic - version: pc-153e174 + version: pc-9bbe9ff ports: - port: 80 protocol: TCP