ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
9af039785e
commit
157f1549db
@ -13,7 +13,7 @@ frontend:
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
@ -27,17 +27,17 @@ frontend:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /
|
||||
port: 8080
|
||||
port: 80
|
||||
readiness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /
|
||||
port: 8080
|
||||
port: 80
|
||||
services:
|
||||
- name: magicleaps-frontend-service
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
ingresses:
|
||||
- name: magicleaps-frontend-ingress
|
||||
host: alpha.magicleaps.mathmast.com
|
||||
|
||||
Loading…
Reference in New Issue
Block a user