generated from Templates/html-nginx-deployment
Forced builds to build and deploy to arm64 nodes. (#2)
All checks were successful
Home Cluster Builds/wedding-page/pipeline/head This commit looks good
All checks were successful
Home Cluster Builds/wedding-page/pipeline/head This commit looks good
Reviewed-on: http://192.168.195.195:30001/Home-Cluster/wedding-page/pulls/2
This commit is contained in:
2
cicd/Jenkinsfile
vendored
2
cicd/Jenkinsfile
vendored
@@ -10,6 +10,8 @@ kind: Pod
|
|||||||
metadata:
|
metadata:
|
||||||
name: wedding-fe-"""+BRANCH_NAME+"""-build
|
name: wedding-fe-"""+BRANCH_NAME+"""-build
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
serviceAccountName: jenkins-admin
|
serviceAccountName: jenkins-admin
|
||||||
containers:
|
containers:
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ spec:
|
|||||||
app: wedding-fe-main
|
app: wedding-fe-main
|
||||||
delpoymentDate: "{{replaceMe}}"
|
delpoymentDate: "{{replaceMe}}"
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
containers:
|
containers:
|
||||||
- name: wedding-fe-main
|
- name: wedding-fe-main
|
||||||
image: 192.168.195.195:30000/wedding-fe:main
|
image: 192.168.195.195:30000/wedding-fe:main
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ spec:
|
|||||||
app: wedding-fe-prod
|
app: wedding-fe-prod
|
||||||
delpoymentDate: "{{replaceMe}}"
|
delpoymentDate: "{{replaceMe}}"
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
containers:
|
containers:
|
||||||
- name: wedding-fe-prod
|
- name: wedding-fe-prod
|
||||||
image: 192.168.195.195:30000/wedding-fe:prod
|
image: 192.168.195.195:30000/wedding-fe:prod
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ spec:
|
|||||||
app: wedding-fe-stage
|
app: wedding-fe-stage
|
||||||
delpoymentDate: "{{replaceMe}}"
|
delpoymentDate: "{{replaceMe}}"
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
containers:
|
containers:
|
||||||
- name: wedding-fe-stage
|
- name: wedding-fe-stage
|
||||||
image: 192.168.195.195:30000/wedding-fe:stage
|
image: 192.168.195.195:30000/wedding-fe:stage
|
||||||
|
|||||||
Reference in New Issue
Block a user