[Agent][Deploy] - dev all accomplished

This commit is contained in:
zeaslity
2024-06-21 09:16:48 +08:00
parent 6b2dc33a34
commit fea6407d48
52 changed files with 41897 additions and 20 deletions

View File

@@ -91,6 +91,11 @@ spec:
http:
paths:
{{- if .TenantEnv }}
- path: /{{ $tenantEnv }}/?(.*)
pathType: ImplementationSpecific
backend:
serviceName: cmii-uav-platform
servicePort: 9528
{{- $tenantEnv := .TenantEnv }}
{{- range $key, $value := .FrontendShortNameMaps }}
- path: /{{ $tenantEnv }}/{{ $value }}/?(.*)
@@ -100,6 +105,11 @@ spec:
servicePort: 9528
{{- end }}
{{- else }}
- path: /?(.*)
pathType: ImplementationSpecific
backend:
serviceName: cmii-uav-platform
servicePort: 9528
{{- range $key, $value := .FrontendShortNameMaps }}
- path: /{{ $value }}/?(.*)
pathType: ImplementationSpecific