mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Update staging file with 5fb7fbc
commit
This commit is contained in:
parent
5fb7fbcd9a
commit
a251b0c36e
5 changed files with 13 additions and 7 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('init') {
|
||||
|
|
4
infra/Jenkinsfile
vendored
4
infra/Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
|
||||
environment {
|
||||
ACR_SECRET = credentials('acr-auth')
|
||||
|
|
4
infra/kube/Jenkinsfile
vendored
4
infra/kube/Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'master'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('init') {
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue