Update staging config with 4c3cbd6 commit

This commit is contained in:
Jenkins 2019-10-31 03:33:21 +00:00
parent 4c3cbd6aac
commit 2e3c47aaba
2 changed files with 4 additions and 4 deletions

View file

@ -12,12 +12,12 @@ spec:
metadata:
labels:
app: pet-clinic
version: pc-153e174
version: pc-4c3cbd6
spec:
containers:
- name: pet-clinic
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-153e174"
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-4c3cbd6"
ports:
- containerPort: 8080
imagePullSecrets:

View file

@ -4,12 +4,12 @@ metadata:
name: pet-clinic
namespace: staging
labels:
version: pc-153e174
version: pc-4c3cbd6
spec:
type: LoadBalancer
selector:
app: pet-clinic
version: pc-153e174
version: pc-4c3cbd6
ports:
- port: 80
protocol: TCP