Update staging file with 5fb7fbc commit

This commit is contained in:
Jenkins 2019-10-24 02:07:36 +00:00 committed by gavinfish
parent 5fb7fbcd9a
commit a251b0c36e
5 changed files with 13 additions and 7 deletions

4
Jenkinsfile vendored
View file

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'master'
}
stages {
stage('init') {

4
infra/Jenkinsfile vendored
View file

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'master'
}
environment {
ACR_SECRET = credentials('acr-auth')

View file

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'master'
}
stages {
stage('init') {

View file

@ -12,12 +12,12 @@ spec:
metadata:
labels:
app: pet-clinic
version: pc-b5f68c4
version: pc-5fb7fbc
spec:
containers:
- name: pet-clinic
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-b5f68c4"
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-5fb7fbc"
ports:
- containerPort: 8080
imagePullSecrets:

View file

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