[Agent][Deploy] - dev all accomplished
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user