[deploy]- bug fix for devflight
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,55 +1,13 @@
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-securityh5
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "securityh5",
|
|
||||||
AppClientId: "APP_N3ImO0Ubfu9peRHD"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-share
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "share",
|
|
||||||
AppClientId: "APP_4lVSVI0ZGxTssir8"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-threedsimulation
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "threedsimulation",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-qinghaitourism
|
name: tenant-prefix-qinghaitourism
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "qinghaitourism",
|
ApplicationShortName: "qinghaitourism",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -57,13 +15,27 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-blockchain
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "blockchain",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-cmsportal
|
name: tenant-prefix-cmsportal
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "cmsportal",
|
ApplicationShortName: "cmsportal",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -72,127 +44,15 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-detection
|
name: tenant-prefix-security
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "detection",
|
ApplicationShortName: "security",
|
||||||
AppClientId: "APP_FDHW2VLVDWPnnOCy"
|
AppClientId: "APP_JUSEMc7afyWXxvE7"
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-visualization
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "visualization",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-supervision
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "supervision",
|
|
||||||
AppClientId: "APP_qqSu82THfexI8PLM"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-seniclive
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "seniclive",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-traffic
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "traffic",
|
|
||||||
AppClientId: "APP_Jc8i2wOQ1t73QEJS"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-hljtt
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "hljtt",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-pilot2cloud
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "pilot2cloud",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-open
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "open",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-uasms
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "uasms",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
@@ -203,7 +63,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "splice",
|
ApplicationShortName: "splice",
|
||||||
AppClientId: "APP_zE0M3sTRXrCIJS8Y"
|
AppClientId: "APP_zE0M3sTRXrCIJS8Y"
|
||||||
@@ -212,28 +72,70 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-qingdao
|
name: tenant-prefix-uas
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "qingdao",
|
ApplicationShortName: "uas",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-hyper
|
name: tenant-prefix-media
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "hyper",
|
ApplicationShortName: "media",
|
||||||
|
AppClientId: "APP_4AU8lbifESQO4FD6"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-oms
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "oms",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-threedsimulation
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "threedsimulation",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-smauth
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "smauth",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
@@ -245,7 +147,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "smsecret",
|
ApplicationShortName: "smsecret",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -259,7 +161,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "classification",
|
ApplicationShortName: "classification",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -267,111 +169,13 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-smauth
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "smauth",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-media
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "media",
|
|
||||||
AppClientId: "APP_4AU8lbifESQO4FD6"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-multiterminal
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "multiterminal",
|
|
||||||
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-base
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "base",
|
|
||||||
AppClientId: "APP_9LY41OaKSqk2btY0"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-oms
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "oms",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-scanner
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "scanner",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-blockchain
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "blockchain",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-supervisionh5
|
name: tenant-prefix-supervisionh5
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "supervisionh5",
|
ApplicationShortName: "supervisionh5",
|
||||||
AppClientId: "APP_qqSu82THfexI8PLM"
|
AppClientId: "APP_qqSu82THfexI8PLM"
|
||||||
@@ -379,83 +183,13 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-ai-brain
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "ai-brain",
|
|
||||||
AppClientId: "APP_rafnuCAmBESIVYMH"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-armypeople
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "armypeople",
|
|
||||||
AppClientId: "APP_UIegse6Lfou9pO1U"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-mws
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "mws",
|
|
||||||
AppClientId: "APP_uKniXPELlRERBBwK"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-logistics
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "logistics",
|
|
||||||
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-security
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "security",
|
|
||||||
AppClientId: "APP_JUSEMc7afyWXxvE7"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-jiangsuwenlv
|
name: tenant-prefix-jiangsuwenlv
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "jiangsuwenlv",
|
ApplicationShortName: "jiangsuwenlv",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -464,26 +198,124 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-uas
|
name: tenant-prefix-hljtt
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "uas",
|
ApplicationShortName: "hljtt",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-uasms
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "uasms",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-supervision
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "supervision",
|
||||||
|
AppClientId: "APP_qqSu82THfexI8PLM"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-logistics
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "logistics",
|
||||||
|
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-hyper
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "hyper",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-securityh5
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "securityh5",
|
||||||
|
AppClientId: "APP_N3ImO0Ubfu9peRHD"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-seniclive
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "seniclive",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-share
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "share",
|
||||||
|
AppClientId: "APP_4lVSVI0ZGxTssir8"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-dispatchh5
|
name: tenant-prefix-dispatchh5
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "dispatchh5",
|
ApplicationShortName: "dispatchh5",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -497,7 +329,7 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "",
|
ApplicationShortName: "",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
@@ -505,14 +337,182 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-detection
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "detection",
|
||||||
|
AppClientId: "APP_FDHW2VLVDWPnnOCy"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-emergency
|
name: tenant-prefix-emergency
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "emergency",
|
ApplicationShortName: "emergency",
|
||||||
AppClientId: "APP_aGsTAY1uMZrpKdfk"
|
AppClientId: "APP_aGsTAY1uMZrpKdfk"
|
||||||
}
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-multiterminal
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "multiterminal",
|
||||||
|
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-visualization
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "visualization",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-scanner
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "scanner",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-ai-brain
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "ai-brain",
|
||||||
|
AppClientId: "APP_rafnuCAmBESIVYMH"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-mws
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "mws",
|
||||||
|
AppClientId: "APP_uKniXPELlRERBBwK"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-open
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "open",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-qingdao
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "qingdao",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-armypeople
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "armypeople",
|
||||||
|
AppClientId: "APP_UIegse6Lfou9pO1U"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-base
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "base",
|
||||||
|
AppClientId: "APP_9LY41OaKSqk2btY0"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-traffic
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "traffic",
|
||||||
|
AppClientId: "APP_Jc8i2wOQ1t73QEJS"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-pilot2cloud
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "pilot2cloud",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -56,192 +56,192 @@ spec:
|
|||||||
- host: fake-domain.uavcloud-devflight.io
|
- host: fake-domain.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /uavcloud-devflight/?(.*)
|
- path: /devflight/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform
|
serviceName: cmii-uav-platform
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/supervision/?(.*)
|
- path: /devflight/supervision/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-suav-platform-supervision
|
serviceName: cmii-suav-platform-supervision
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/supervisionh5/?(.*)
|
- path: /devflight/supervisionh5/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-suav-platform-supervisionh5
|
serviceName: cmii-suav-platform-supervisionh5
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/pangu/?(.*)
|
- path: /devflight/pangu/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform
|
serviceName: cmii-uav-platform
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/ai-brain/?(.*)
|
- path: /devflight/ai-brain/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-ai-brain
|
serviceName: cmii-uav-platform-ai-brain
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/armypeople/?(.*)
|
- path: /devflight/armypeople/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-armypeople
|
serviceName: cmii-uav-platform-armypeople
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/base/?(.*)
|
- path: /devflight/base/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-base
|
serviceName: cmii-uav-platform-base
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/blockchain/?(.*)
|
- path: /devflight/blockchain/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-blockchain
|
serviceName: cmii-uav-platform-blockchain
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/classification/?(.*)
|
- path: /devflight/classification/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-classification
|
serviceName: cmii-uav-platform-classification
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/cmsportal/?(.*)
|
- path: /devflight/cmsportal/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-cms-portal
|
serviceName: cmii-uav-platform-cms-portal
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/detection/?(.*)
|
- path: /devflight/detection/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-detection
|
serviceName: cmii-uav-platform-detection
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/dispatchh5/?(.*)
|
- path: /devflight/dispatchh5/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-dispatchh5
|
serviceName: cmii-uav-platform-dispatchh5
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/emergency/?(.*)
|
- path: /devflight/emergency/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-emergency-rescue
|
serviceName: cmii-uav-platform-emergency-rescue
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/hljtt/?(.*)
|
- path: /devflight/hljtt/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-hljtt
|
serviceName: cmii-uav-platform-hljtt
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/hyper/?(.*)
|
- path: /devflight/hyper/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-hyperspectral
|
serviceName: cmii-uav-platform-hyperspectral
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/jiangsuwenlv/?(.*)
|
- path: /devflight/jiangsuwenlv/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-jiangsuwenlv
|
serviceName: cmii-uav-platform-jiangsuwenlv
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/logistics/?(.*)
|
- path: /devflight/logistics/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-logistics
|
serviceName: cmii-uav-platform-logistics
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/media/?(.*)
|
- path: /devflight/media/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-media
|
serviceName: cmii-uav-platform-media
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/multiterminal/?(.*)
|
- path: /devflight/multiterminal/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-multiterminal
|
serviceName: cmii-uav-platform-multiterminal
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/mws/?(.*)
|
- path: /devflight/mws/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-mws
|
serviceName: cmii-uav-platform-mws
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/oms/?(.*)
|
- path: /devflight/oms/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-oms
|
serviceName: cmii-uav-platform-oms
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/open/?(.*)
|
- path: /devflight/open/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-open
|
serviceName: cmii-uav-platform-open
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/pilot2cloud/?(.*)
|
- path: /devflight/pilot2cloud/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-pilot2-to-cloud
|
serviceName: cmii-uav-platform-pilot2-to-cloud
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/qingdao/?(.*)
|
- path: /devflight/qingdao/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-qingdao
|
serviceName: cmii-uav-platform-qingdao
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/qinghaitourism/?(.*)
|
- path: /devflight/qinghaitourism/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-qinghaitourism
|
serviceName: cmii-uav-platform-qinghaitourism
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/scanner/?(.*)
|
- path: /devflight/scanner/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-scanner
|
serviceName: cmii-uav-platform-scanner
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/security/?(.*)
|
- path: /devflight/security/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-security
|
serviceName: cmii-uav-platform-security
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/securityh5/?(.*)
|
- path: /devflight/securityh5/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-securityh5
|
serviceName: cmii-uav-platform-securityh5
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/seniclive/?(.*)
|
- path: /devflight/seniclive/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-seniclive
|
serviceName: cmii-uav-platform-seniclive
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/share/?(.*)
|
- path: /devflight/share/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-share
|
serviceName: cmii-uav-platform-share
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/smauth/?(.*)
|
- path: /devflight/smauth/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-smauth
|
serviceName: cmii-uav-platform-smauth
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/smsecret/?(.*)
|
- path: /devflight/smsecret/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-smsecret
|
serviceName: cmii-uav-platform-smsecret
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/splice/?(.*)
|
- path: /devflight/splice/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-splice
|
serviceName: cmii-uav-platform-splice
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/threedsimulation/?(.*)
|
- path: /devflight/threedsimulation/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-threedsimulation
|
serviceName: cmii-uav-platform-threedsimulation
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/traffic/?(.*)
|
- path: /devflight/traffic/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-traffic
|
serviceName: cmii-uav-platform-traffic
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/uas/?(.*)
|
- path: /devflight/uas/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-uas
|
serviceName: cmii-uav-platform-uas
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/uasms/?(.*)
|
- path: /devflight/uasms/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-uasms
|
serviceName: cmii-uav-platform-uasms
|
||||||
servicePort: 9528
|
servicePort: 9528
|
||||||
- path: /uavcloud-devflight/visualization/?(.*)
|
- path: /devflight/visualization/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-platform-visualization
|
serviceName: cmii-uav-platform-visualization
|
||||||
@@ -262,7 +262,7 @@ metadata:
|
|||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: cmii-admin-data.uavcloud-uavcloud-devflight.io
|
- host: cmii-admin-data.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -270,7 +270,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-admin-data
|
serviceName: cmii-admin-data
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-admin-gateway.uavcloud-uavcloud-devflight.io
|
- host: cmii-admin-gateway.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -278,7 +278,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-admin-gateway
|
serviceName: cmii-admin-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-admin-user.uavcloud-uavcloud-devflight.io
|
- host: cmii-admin-user.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -286,7 +286,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-admin-user
|
serviceName: cmii-admin-user
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-app-release.uavcloud-uavcloud-devflight.io
|
- host: cmii-app-release.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -294,7 +294,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-app-release
|
serviceName: cmii-app-release
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-open-gateway.uavcloud-uavcloud-devflight.io
|
- host: cmii-open-gateway.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -302,7 +302,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-open-gateway
|
serviceName: cmii-open-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-suav-supervision.uavcloud-uavcloud-devflight.io
|
- host: cmii-suav-supervision.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -310,7 +310,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-suav-supervision
|
serviceName: cmii-suav-supervision
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uas-gateway.uavcloud-uavcloud-devflight.io
|
- host: cmii-uas-gateway.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -318,7 +318,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uas-gateway
|
serviceName: cmii-uas-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uas-lifecycle.uavcloud-uavcloud-devflight.io
|
- host: cmii-uas-lifecycle.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -326,7 +326,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uas-lifecycle
|
serviceName: cmii-uas-lifecycle
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-airspace.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-airspace.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -334,7 +334,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-airspace
|
serviceName: cmii-uav-airspace
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-alarm.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-alarm.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -342,7 +342,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-alarm
|
serviceName: cmii-uav-alarm
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-autowaypoint.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-autowaypoint.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -350,7 +350,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-autowaypoint
|
serviceName: cmii-uav-autowaypoint
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-brain.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-brain.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -358,7 +358,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-brain
|
serviceName: cmii-uav-brain
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-bridge.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-bridge.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -366,7 +366,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-bridge
|
serviceName: cmii-uav-bridge
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-cloud-live.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-cloud-live.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -374,7 +374,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-cloud-live
|
serviceName: cmii-uav-cloud-live
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-clusters.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-clusters.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -382,7 +382,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-clusters
|
serviceName: cmii-uav-clusters
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-cms.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-cms.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -390,7 +390,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-cms
|
serviceName: cmii-uav-cms
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-data-post-process.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-data-post-process.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -398,7 +398,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-data-post-process
|
serviceName: cmii-uav-data-post-process
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-depotautoreturn.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-depotautoreturn.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -406,7 +406,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-depotautoreturn
|
serviceName: cmii-uav-depotautoreturn
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-developer.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-developer.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -414,7 +414,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-developer
|
serviceName: cmii-uav-developer
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-device.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-device.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -422,7 +422,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-device
|
serviceName: cmii-uav-device
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-emergency.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-emergency.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -430,7 +430,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-emergency
|
serviceName: cmii-uav-emergency
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-gateway.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-gateway.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -438,7 +438,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-gateway
|
serviceName: cmii-uav-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-gis-server.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-gis-server.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -446,7 +446,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-gis-server
|
serviceName: cmii-uav-gis-server
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-grid-datasource.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-grid-datasource.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -454,7 +454,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-grid-datasource
|
serviceName: cmii-uav-grid-datasource
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-grid-engine.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-grid-engine.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -462,7 +462,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-grid-engine
|
serviceName: cmii-uav-grid-engine
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-grid-manage.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-grid-manage.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -470,7 +470,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-grid-manage
|
serviceName: cmii-uav-grid-manage
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-industrial-portfolio.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-industrial-portfolio.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -478,7 +478,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-industrial-portfolio
|
serviceName: cmii-uav-industrial-portfolio
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-integration.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-integration.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -486,7 +486,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-integration
|
serviceName: cmii-uav-integration
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-iot-dispatcher.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-iot-dispatcher.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -494,7 +494,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-iot-dispatcher
|
serviceName: cmii-uav-iot-dispatcher
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-kpi-monitor.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-kpi-monitor.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -502,7 +502,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-kpi-monitor
|
serviceName: cmii-uav-kpi-monitor
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-logger.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-logger.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -510,7 +510,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-logger
|
serviceName: cmii-uav-logger
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-material-warehouse.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-material-warehouse.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -518,7 +518,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-material-warehouse
|
serviceName: cmii-uav-material-warehouse
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-mission.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-mission.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -526,7 +526,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-mission
|
serviceName: cmii-uav-mission
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-mqtthandler.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-mqtthandler.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -534,7 +534,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-mqtthandler
|
serviceName: cmii-uav-mqtthandler
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-multilink.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-multilink.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -542,7 +542,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-multilink
|
serviceName: cmii-uav-multilink
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-notice.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-notice.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -550,7 +550,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-notice
|
serviceName: cmii-uav-notice
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-oauth.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-oauth.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -558,7 +558,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-oauth
|
serviceName: cmii-uav-oauth
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-process.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-process.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -566,7 +566,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-process
|
serviceName: cmii-uav-process
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-sense-adapter.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-sense-adapter.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -574,7 +574,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-sense-adapter
|
serviceName: cmii-uav-sense-adapter
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-surveillance.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-surveillance.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -582,7 +582,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-surveillance
|
serviceName: cmii-uav-surveillance
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-sync.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-sync.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -590,7 +590,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-sync
|
serviceName: cmii-uav-sync
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-threedsimulation.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-threedsimulation.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -598,7 +598,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-threedsimulation
|
serviceName: cmii-uav-threedsimulation
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-tower.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-tower.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -606,7 +606,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-tower
|
serviceName: cmii-uav-tower
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-user.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-user.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -614,7 +614,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-user
|
serviceName: cmii-uav-user
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: cmii-uav-waypoint.uavcloud-uavcloud-devflight.io
|
- host: cmii-uav-waypoint.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -622,7 +622,7 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-waypoint
|
serviceName: cmii-uav-waypoint
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- host: uavms-security-center.uavcloud-uavcloud-devflight.io
|
- host: uavms-security-center.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -653,17 +653,17 @@ spec:
|
|||||||
- host: fake-domain.uavcloud-devflight.io
|
- host: fake-domain.uavcloud-devflight.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /uavcloud-devflight/oms/api/?(.*)
|
- path: /devflight/oms/api/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-admin-gateway
|
serviceName: cmii-admin-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- path: /uavcloud-devflight/open/api/?(.*)
|
- path: /devflight/open/api/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-open-gateway
|
serviceName: cmii-open-gateway
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
- path: /uavcloud-devflight/api/?(.*)
|
- path: /devflight/api/?(.*)
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
serviceName: cmii-uav-gateway
|
serviceName: cmii-uav-gateway
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -2,70 +2,28 @@
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-scanner
|
name: tenant-prefix-media
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "scanner",
|
ApplicationShortName: "media",
|
||||||
AppClientId: "empty"
|
AppClientId: "APP_4AU8lbifESQO4FD6"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-classification
|
name: tenant-prefix-seniclive
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "classification",
|
ApplicationShortName: "seniclive",
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-smauth
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "smauth",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-share
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "share",
|
|
||||||
AppClientId: "APP_4lVSVI0ZGxTssir8"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-threedsimulation
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "threedsimulation",
|
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
@@ -85,6 +43,48 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-scanner
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "scanner",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-base
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "base",
|
||||||
|
AppClientId: "APP_9LY41OaKSqk2btY0"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-threedsimulation
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "threedsimulation",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-hyper
|
name: tenant-prefix-hyper
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -100,89 +100,19 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-uasms
|
name: tenant-prefix-logistics
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "uasms",
|
ApplicationShortName: "logistics",
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-dispatchh5
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "dispatchh5",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-emergency
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "emergency",
|
|
||||||
AppClientId: "APP_aGsTAY1uMZrpKdfk"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-multiterminal
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "multiterminal",
|
|
||||||
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-seniclive
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "seniclive",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-traffic
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "traffic",
|
|
||||||
AppClientId: "APP_Jc8i2wOQ1t73QEJS"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-pangu
|
name: tenant-prefix-pangu
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -197,104 +127,6 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-media
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "media",
|
|
||||||
AppClientId: "APP_4AU8lbifESQO4FD6"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-open
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "open",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-splice
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "splice",
|
|
||||||
AppClientId: "APP_zE0M3sTRXrCIJS8Y"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-blockchain
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "blockchain",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-smsecret
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "smsecret",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-qinghaitourism
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "qinghaitourism",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-hljtt
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "hljtt",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-armypeople
|
name: tenant-prefix-armypeople
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -309,90 +141,6 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-base
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "base",
|
|
||||||
AppClientId: "APP_9LY41OaKSqk2btY0"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-mws
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "mws",
|
|
||||||
AppClientId: "APP_uKniXPELlRERBBwK"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-jiangsuwenlv
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "jiangsuwenlv",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-ai-brain
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "ai-brain",
|
|
||||||
AppClientId: "APP_rafnuCAmBESIVYMH"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-logistics
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "logistics",
|
|
||||||
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-uas
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "uas",
|
|
||||||
AppClientId: "empty"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-oms
|
name: tenant-prefix-oms
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -407,20 +155,6 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
name: tenant-prefix-security
|
|
||||||
namespace: uavcloud-devflight
|
|
||||||
data:
|
|
||||||
ingress-config.js: |-
|
|
||||||
var __GlobalIngressConfig = {
|
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
|
||||||
ApplicationShortName: "security",
|
|
||||||
AppClientId: "APP_JUSEMc7afyWXxvE7"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-securityh5
|
name: tenant-prefix-securityh5
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -450,14 +184,14 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-visualization
|
name: tenant-prefix-smauth
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "visualization",
|
ApplicationShortName: "smauth",
|
||||||
AppClientId: "empty"
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
@@ -478,15 +212,43 @@ data:
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-supervisionh5
|
name: tenant-prefix-share
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
data:
|
data:
|
||||||
ingress-config.js: |-
|
ingress-config.js: |-
|
||||||
var __GlobalIngressConfig = {
|
var __GlobalIngressConfig = {
|
||||||
TenantEnvironment: "uavcloud-devflight",
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
CloudHOST: "lab.uavcmlc.com",
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
ApplicationShortName: "supervisionh5",
|
ApplicationShortName: "share",
|
||||||
AppClientId: "APP_qqSu82THfexI8PLM"
|
AppClientId: "APP_4lVSVI0ZGxTssir8"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-hljtt
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "hljtt",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-dispatchh5
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "dispatchh5",
|
||||||
|
AppClientId: "empty"
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
@@ -505,6 +267,188 @@ data:
|
|||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-open
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "open",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-supervisionh5
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "supervisionh5",
|
||||||
|
AppClientId: "APP_qqSu82THfexI8PLM"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-emergency
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "emergency",
|
||||||
|
AppClientId: "APP_aGsTAY1uMZrpKdfk"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-multiterminal
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "multiterminal",
|
||||||
|
AppClientId: "APP_PvdfRRRBPL8xbIwl"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-jiangsuwenlv
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "jiangsuwenlv",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-smsecret
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "smsecret",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-classification
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "classification",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-ai-brain
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "ai-brain",
|
||||||
|
AppClientId: "APP_rafnuCAmBESIVYMH"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-mws
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "mws",
|
||||||
|
AppClientId: "APP_uKniXPELlRERBBwK"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-security
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "security",
|
||||||
|
AppClientId: "APP_JUSEMc7afyWXxvE7"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-splice
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "splice",
|
||||||
|
AppClientId: "APP_zE0M3sTRXrCIJS8Y"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-uas
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "uas",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-blockchain
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "blockchain",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: tenant-prefix-detection
|
name: tenant-prefix-detection
|
||||||
namespace: uavcloud-devflight
|
namespace: uavcloud-devflight
|
||||||
@@ -516,3 +460,59 @@ data:
|
|||||||
ApplicationShortName: "detection",
|
ApplicationShortName: "detection",
|
||||||
AppClientId: "APP_FDHW2VLVDWPnnOCy"
|
AppClientId: "APP_FDHW2VLVDWPnnOCy"
|
||||||
}
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-qinghaitourism
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "qinghaitourism",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-visualization
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "visualization",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-uasms
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "uasms",
|
||||||
|
AppClientId: "empty"
|
||||||
|
}
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: tenant-prefix-traffic
|
||||||
|
namespace: uavcloud-devflight
|
||||||
|
data:
|
||||||
|
ingress-config.js: |-
|
||||||
|
var __GlobalIngressConfig = {
|
||||||
|
TenantEnvironment: "uavcloud-devflight",
|
||||||
|
CloudHOST: "lab.uavcmlc.com",
|
||||||
|
ApplicationShortName: "traffic",
|
||||||
|
AppClientId: "APP_Jc8i2wOQ1t73QEJS"
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -36,16 +36,16 @@ func CmiiEnvDeploy(
|
|||||||
folderPrefix := DeployFilePrefix + deployCommonEnv.Namespace + "/"
|
folderPrefix := DeployFilePrefix + deployCommonEnv.Namespace + "/"
|
||||||
|
|
||||||
tenantEnv := deployCommonEnv.Namespace
|
tenantEnv := deployCommonEnv.Namespace
|
||||||
// uavcloud-devflight ==> devflight
|
//uavcloud-devflight ==> devflight
|
||||||
// uavcloud-dev ==> dev
|
//uavcloud-dev ==> dev
|
||||||
//if strings.Contains(tenantEnv, "-") {
|
if strings.Contains(tenantEnv, "-") {
|
||||||
// split := strings.Split(tenantEnv, "-")
|
split := strings.Split(tenantEnv, "-")
|
||||||
// tenantEnv = split[len(split)-1]
|
tenantEnv = split[len(split)-1]
|
||||||
//} else {
|
} else {
|
||||||
// // demo ==> ""
|
// demo ==> ""
|
||||||
// // cqlyj ==> ""
|
// cqlyj ==> ""
|
||||||
// tenantEnv = ""
|
tenantEnv = ""
|
||||||
//}
|
}
|
||||||
|
|
||||||
// assign folder prefix
|
// assign folder prefix
|
||||||
deployCommonEnv.ApplyFilePrefix = folderPrefix
|
deployCommonEnv.ApplyFilePrefix = folderPrefix
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ func TestCmiiEnvDeploy(t *testing.T) {
|
|||||||
HarborPort: "",
|
HarborPort: "",
|
||||||
Namespace: deployNamespace,
|
Namespace: deployNamespace,
|
||||||
TagVersion: "6.0.0",
|
TagVersion: "6.0.0",
|
||||||
TenantEnv: "",
|
TenantEnv: "devflight",
|
||||||
MinioPublicIP: "",
|
MinioPublicIP: "",
|
||||||
MinioInnerIP: "127.0.0.1",
|
MinioInnerIP: "127.0.0.1",
|
||||||
NFSServerIP: "",
|
NFSServerIP: "",
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
|
|||||||
|
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
|
|
||||||
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 16, 45, 00, 0, now.Location())
|
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 9, 28, 00, 0, now.Location())
|
||||||
|
|
||||||
duration := time.Duration(0)
|
duration := time.Duration(0)
|
||||||
|
|
||||||
@@ -277,7 +277,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
|
|||||||
cmiiEnv := demo
|
cmiiEnv := demo
|
||||||
|
|
||||||
appNameTagMap := map[string]string{
|
appNameTagMap := map[string]string{
|
||||||
"cmii-uav-platform-uasms": "6.0.0-110902",
|
"cmii-uas-lifecycle": "6.0.0-111201",
|
||||||
}
|
}
|
||||||
|
|
||||||
for appName, newTag := range appNameTagMap {
|
for appName, newTag := range appNameTagMap {
|
||||||
|
|||||||
Reference in New Issue
Block a user