fix: update imagePullPolicy to 'Always' for chat, backend, and frontend services; change branch name from 'master' to 'main' in configmap
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
892ccb2d49
commit
67c4772407
@ -35,7 +35,7 @@ data:
|
|||||||
"products/freeleaps":
|
"products/freeleaps":
|
||||||
defaultJob: "freeleaps/alpha/freeleaps2-frontend"
|
defaultJob: "freeleaps/alpha/freeleaps2-frontend"
|
||||||
branchJobs:
|
branchJobs:
|
||||||
"master": "freeleaps/prod/freeleaps2-frontend"
|
"main": "freeleaps/prod/freeleaps2-frontend"
|
||||||
"dev": "freeleaps/alpha/freeleaps2-frontend"
|
"dev": "freeleaps/alpha/freeleaps2-frontend"
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
@ -14,7 +14,7 @@ chat:
|
|||||||
repository: null
|
repository: null
|
||||||
name: chat
|
name: chat
|
||||||
tag: 1.1.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8012
|
containerPort: 8012
|
||||||
|
|||||||
@ -14,7 +14,7 @@ freeleaps:
|
|||||||
repository: null
|
repository: null
|
||||||
name: backend
|
name: backend
|
||||||
tag: 1.1.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8001
|
containerPort: 8001
|
||||||
|
|||||||
@ -9,7 +9,7 @@ frontend:
|
|||||||
repository: null
|
repository: null
|
||||||
name: frontend
|
name: frontend
|
||||||
tag: 1.1.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user