Skip to content

Commit

Permalink
Testing karpenter jenkins prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Arias authored and Miguel Arias committed Sep 24, 2024
1 parent 6c3ba81 commit 7ab411a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

agent {
kubernetes {
inheritFrom 'kaniko-slim'
inheritFrom 'karpenter-kaniko-slim'

containerTemplates([
containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest", alwaysPullImage: true, resourceRequestMemory: '1Gi'),
Expand Down Expand Up @@ -87,7 +87,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-www-amd64'
inheritFrom 'kaniko-slim'
inheritFrom 'karpenter-kaniko-slim'
}
}
steps {
Expand All @@ -109,7 +109,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-api-arm64'
inheritFrom 'kaniko-slim-arm64'
inheritFrom 'karpenter-kaniko-slim-arm64'
}
}
steps {
Expand All @@ -131,7 +131,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-www-arm64'
inheritFrom 'kaniko-slim-arm64'
inheritFrom 'karpenter-kaniko-slim-arm64'
}
}
steps {
Expand Down

0 comments on commit 7ab411a

Please sign in to comment.