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":
|
||||
defaultJob: "freeleaps/alpha/freeleaps2-frontend"
|
||||
branchJobs:
|
||||
"master": "freeleaps/prod/freeleaps2-frontend"
|
||||
"main": "freeleaps/prod/freeleaps2-frontend"
|
||||
"dev": "freeleaps/alpha/freeleaps2-frontend"
|
||||
|
||||
logging:
|
||||
|
||||
@ -14,7 +14,7 @@ chat:
|
||||
repository: null
|
||||
name: chat
|
||||
tag: 1.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8012
|
||||
|
||||
@ -14,7 +14,7 @@ freeleaps:
|
||||
repository: null
|
||||
name: backend
|
||||
tag: 1.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8001
|
||||
|
||||
@ -9,7 +9,7 @@ frontend:
|
||||
repository: null
|
||||
name: frontend
|
||||
tag: 1.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Loading…
Reference in New Issue
Block a user