Merge pull request #11 from azure-devops/infra

Update staging config with 153e174 commit
This commit is contained in:
puicchan 2019-10-29 14:00:26 -07:00 committed by GitHub
commit 354b5dd200
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: metadata:
labels: labels:
app: pet-clinic app: pet-clinic
version: pc-7224bba version: pc-153e174
spec: spec:
containers: containers:
- name: pet-clinic - name: pet-clinic
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-7224bba" image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-153e174"
ports: ports:
- containerPort: 8080 - containerPort: 8080
imagePullSecrets: imagePullSecrets:

View file

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