ci(bump): bump frontend image version for prod to 1.0.0
This commit is contained in:
parent
75dadf86aa
commit
b51c660a6e
@ -5,8 +5,8 @@ global:
|
|||||||
frontend:
|
frontend:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
registry:
|
registry: docker.io
|
||||||
repository: sunzhenyucn
|
repository: null
|
||||||
name: magicleaps-frontend
|
name: magicleaps-frontend
|
||||||
tag: 1.0.0
|
tag: 1.0.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
@ -16,11 +16,11 @@ frontend:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: 50m
|
||||||
memory: "128Mi"
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "100m"
|
cpu: 100m
|
||||||
memory: "256Mi"
|
memory: 256Mi
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
type: httpGet
|
type: httpGet
|
||||||
@ -56,11 +56,11 @@ frontend:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: magicleaps-frontend-ingress-tls
|
name: magicleaps-frontend-ingress-tls
|
||||||
configs:
|
configs:
|
||||||
tz: "America/Settle"
|
tz: America/Settle
|
||||||
backend:
|
backend:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
registry:
|
registry: null
|
||||||
repository: sunzhenyucn
|
repository: sunzhenyucn
|
||||||
name: magicleaps-backend
|
name: magicleaps-backend
|
||||||
tag: 1.0.0
|
tag: 1.0.0
|
||||||
@ -71,11 +71,11 @@ backend:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: 100m
|
||||||
memory: "256Mi"
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "200m"
|
cpu: 200m
|
||||||
memory: "512Mi"
|
memory: 512Mi
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
type: httpGet
|
type: httpGet
|
||||||
@ -92,18 +92,18 @@ backend:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8081
|
port: 8081
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
ingresses:
|
ingresses: null
|
||||||
configs:
|
configs:
|
||||||
tz: "America/Settle"
|
tz: America/Settle
|
||||||
mongodbHost: "mongodb.magicleaps.svc.cluster.local"
|
mongodbHost: mongodb.magicleaps.svc.cluster.local
|
||||||
mongodbPort: "27017"
|
mongodbPort: '27017'
|
||||||
mongodbName: "interview"
|
mongodbName: interview
|
||||||
emailUser: "your@freeleaps.com"
|
emailUser: your@freeleaps.com
|
||||||
emailPassword: "your-password"
|
emailPassword: your-password
|
||||||
superAdmin: "your@email.com"
|
superAdmin: your@email.com
|
||||||
twilioAccountSid: ""
|
twilioAccountSid: ''
|
||||||
twilioAuthToken: ""
|
twilioAuthToken: ''
|
||||||
eveluationTaskFolderBase: "temp/interview/eveluation_task/"
|
eveluationTaskFolderBase: temp/interview/eveluation_task/
|
||||||
logDir: "logs"
|
logDir: logs
|
||||||
appLogFile: "app.log"
|
appLogFile: app.log
|
||||||
appLogLevel: "INFO"
|
appLogLevel: INFO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user