ci(magicleaps): switch magicleaps alpha ci to develop branch

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-18 00:47:59 +08:00
parent 9af039785e
commit 157f1549db

View File

@ -13,7 +13,7 @@ frontend:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 80
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
@ -27,17 +27,17 @@ frontend:
type: httpGet type: httpGet
config: config:
path: / path: /
port: 8080 port: 80
readiness: readiness:
type: httpGet type: httpGet
config: config:
path: / path: /
port: 8080 port: 80
services: services:
- name: magicleaps-frontend-service - name: magicleaps-frontend-service
type: ClusterIP type: ClusterIP
port: 80 port: 80
targetPort: 8080 targetPort: 80
ingresses: ingresses:
- name: magicleaps-frontend-ingress - name: magicleaps-frontend-ingress
host: alpha.magicleaps.mathmast.com host: alpha.magicleaps.mathmast.com