ci(bump): bump frontend image version for alpha to snapshot-86006a4
This commit is contained in:
parent
ba85afaa0e
commit
82675211fd
@ -5,22 +5,22 @@ 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: snapshot-86006a4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
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
|
||||||
@ -33,49 +33,49 @@ frontend:
|
|||||||
path: /
|
path: /
|
||||||
port: 80
|
port: 80
|
||||||
services:
|
services:
|
||||||
- name: magicleaps-frontend-service
|
- name: magicleaps-frontend-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
ingresses:
|
ingresses:
|
||||||
- name: magicleaps-frontend-ingress
|
- name: magicleaps-frontend-ingress
|
||||||
host: alpha.magicleaps.mathmast.com
|
host: alpha.magicleaps.mathmast.com
|
||||||
class: nginx
|
class: nginx
|
||||||
rules:
|
rules:
|
||||||
- path: /*
|
- path: /*
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: magicleaps-frontend-service
|
name: magicleaps-frontend-service
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
tls:
|
tls:
|
||||||
exists: false
|
exists: false
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: mathmast-dot-com
|
name: mathmast-dot-com
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: magicleaps-alpha-frontend-ingress-tls
|
name: magicleaps-alpha-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
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8081
|
containerPort: 8081
|
||||||
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
|
||||||
@ -88,22 +88,22 @@ backend:
|
|||||||
path: /api/_/probe/readiness
|
path: /api/_/probe/readiness
|
||||||
port: 8081
|
port: 8081
|
||||||
services:
|
services:
|
||||||
- name: magicleaps-backend-service
|
- name: magicleaps-backend-service
|
||||||
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-alpha.svc.cluster.local"
|
mongodbHost: mongodb.magicleaps-alpha.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