ci(bump): bump frontend image version for alpha to snapshot-86006a4
This commit is contained in:
parent
ba85afaa0e
commit
82675211fd
@ -5,10 +5,10 @@ global:
|
||||
frontend:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: sunzhenyucn
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: magicleaps-frontend
|
||||
tag: 1.0.0
|
||||
tag: snapshot-86006a4
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -16,11 +16,11 @@ frontend:
|
||||
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
|
||||
@ -56,11 +56,11 @@ frontend:
|
||||
kind: ClusterIssuer
|
||||
name: magicleaps-alpha-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
|
||||
@ -71,11 +71,11 @@ backend:
|
||||
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
|
||||
@ -92,18 +92,18 @@ backend:
|
||||
type: ClusterIP
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
ingresses:
|
||||
ingresses: null
|
||||
configs:
|
||||
tz: "America/Settle"
|
||||
mongodbHost: "mongodb.magicleaps-alpha.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-alpha.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