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:
zhenyus 2025-04-18 14:36:35 +08:00
parent 892ccb2d49
commit 67c4772407
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -14,7 +14,7 @@ chat:
repository: null
name: chat
tag: 1.1.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 8012

View File

@ -14,7 +14,7 @@ freeleaps:
repository: null
name: backend
tag: 1.1.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 8001

View File

@ -9,7 +9,7 @@ frontend:
repository: null
name: frontend
tag: 1.1.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080