ci(bump): bump frontend image version for prod to 1.0.0
This commit is contained in:
parent
75dadf86aa
commit
b51c660a6e
@ -5,22 +5,22 @@ global:
|
||||
frontend:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: sunzhenyucn
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: magicleaps-frontend
|
||||
tag: 1.0.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
- name: http
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "128Mi"
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: "100m"
|
||||
memory: "256Mi"
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
probes:
|
||||
liveness:
|
||||
type: httpGet
|
||||
@ -33,49 +33,49 @@ frontend:
|
||||
path: /
|
||||
port: 80
|
||||
services:
|
||||
- name: magicleaps-frontend-service
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
- name: magicleaps-frontend-service
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
ingresses:
|
||||
- name: magicleaps-frontend-ingress
|
||||
host: magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: magicleaps-frontend-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
exists: false
|
||||
issuerRef:
|
||||
name: mathmast-dot-com
|
||||
kind: ClusterIssuer
|
||||
name: magicleaps-frontend-ingress-tls
|
||||
- name: magicleaps-frontend-ingress
|
||||
host: magicleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: magicleaps-frontend-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
exists: false
|
||||
issuerRef:
|
||||
name: mathmast-dot-com
|
||||
kind: ClusterIssuer
|
||||
name: magicleaps-frontend-ingress-tls
|
||||
configs:
|
||||
tz: "America/Settle"
|
||||
tz: America/Settle
|
||||
backend:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
registry: null
|
||||
repository: sunzhenyucn
|
||||
name: magicleaps-backend
|
||||
tag: 1.0.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8081
|
||||
protocol: TCP
|
||||
- name: http
|
||||
containerPort: 8081
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "256Mi"
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: "200m"
|
||||
memory: "512Mi"
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
probes:
|
||||
liveness:
|
||||
type: httpGet
|
||||
@ -88,22 +88,22 @@ backend:
|
||||
path: /api/_/probe/readiness
|
||||
port: 8081
|
||||
services:
|
||||
- name: magicleaps-backend-service
|
||||
type: ClusterIP
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
ingresses:
|
||||
- name: magicleaps-backend-service
|
||||
type: ClusterIP
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
ingresses: null
|
||||
configs:
|
||||
tz: "America/Settle"
|
||||
mongodbHost: "mongodb.magicleaps.svc.cluster.local"
|
||||
mongodbPort: "27017"
|
||||
mongodbName: "interview"
|
||||
emailUser: "your@freeleaps.com"
|
||||
emailPassword: "your-password"
|
||||
superAdmin: "your@email.com"
|
||||
twilioAccountSid: ""
|
||||
twilioAuthToken: ""
|
||||
eveluationTaskFolderBase: "temp/interview/eveluation_task/"
|
||||
logDir: "logs"
|
||||
appLogFile: "app.log"
|
||||
appLogLevel: "INFO"
|
||||
tz: America/Settle
|
||||
mongodbHost: mongodb.magicleaps.svc.cluster.local
|
||||
mongodbPort: '27017'
|
||||
mongodbName: interview
|
||||
emailUser: your@freeleaps.com
|
||||
emailPassword: your-password
|
||||
superAdmin: your@email.com
|
||||
twilioAccountSid: ''
|
||||
twilioAuthToken: ''
|
||||
eveluationTaskFolderBase: temp/interview/eveluation_task/
|
||||
logDir: logs
|
||||
appLogFile: app.log
|
||||
appLogLevel: INFO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user