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 { pipeline {
agent any agent {
label 'master'
}
stages { stages {
stage('init') { stage('init') {

4
infra/Jenkinsfile vendored
View file

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

View file

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

View file

@ -12,12 +12,12 @@ spec:
metadata: metadata:
labels: labels:
app: pet-clinic app: pet-clinic
version: pc-b5f68c4 version: pc-5fb7fbc
spec: spec:
containers: containers:
- name: pet-clinic - name: pet-clinic
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-b5f68c4" image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-5fb7fbc"
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-b5f68c4 version: pc-5fb7fbc
spec: spec:
type: LoadBalancer type: LoadBalancer
selector: selector:
app: pet-clinic app: pet-clinic
version: pc-b5f68c4 version: pc-5fb7fbc
ports: ports:
- port: 80 - port: 80
protocol: TCP protocol: TCP