Update staging config with 153e174 commit (#9)

This commit is contained in:
Jie Shen 2019-10-24 14:54:41 +08:00 committed by GitHub
parent 78faac0fb4
commit 15c0158353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

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