--- apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: frontend-applications-ingress namespace: uavcloud-devflight labels: type: frontend octopus.control: all-ingress-config-wdd app.kubernetes.io/managed-by: octopus-control app.kubernetes.io/version: 6.0.0 annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/rewrite-target: /$1 nginx.ingress.kubernetes.io/configuration-snippet: | rewrite ^(/supervision)$ $1/ redirect; rewrite ^(/supervisionh5)$ $1/ redirect; rewrite ^(/pangu)$ $1/ redirect; rewrite ^(/ai-brain)$ $1/ redirect; rewrite ^(/armypeople)$ $1/ redirect; rewrite ^(/awareness)$ $1/ redirect; rewrite ^(/base)$ $1/ redirect; rewrite ^(/blockchain)$ $1/ redirect; rewrite ^(/classification)$ $1/ redirect; rewrite ^(/cmsportal)$ $1/ redirect; rewrite ^(/detection)$ $1/ redirect; rewrite ^(/dikongzhixingh5)$ $1/ redirect; rewrite ^(/dispatchh5)$ $1/ redirect; rewrite ^(/emergency)$ $1/ redirect; rewrite ^(/eventsh5)$ $1/ redirect; rewrite ^(/flight-control)$ $1/ redirect; rewrite ^(/hljtt)$ $1/ redirect; rewrite ^(/hyper)$ $1/ redirect; rewrite ^(/jiangsuwenlv)$ $1/ redirect; rewrite ^(/logistics)$ $1/ redirect; rewrite ^(/media)$ $1/ redirect; rewrite ^(/mianyangbackend)$ $1/ redirect; rewrite ^(/multiterminal)$ $1/ redirect; rewrite ^(/mws)$ $1/ redirect; rewrite ^(/oms)$ $1/ redirect; rewrite ^(/open)$ $1/ redirect; rewrite ^(/pilot2cloud)$ $1/ redirect; rewrite ^(/qingdao)$ $1/ redirect; rewrite ^(/qinghaitourism)$ $1/ redirect; rewrite ^(/renyike)$ $1/ redirect; rewrite ^(/scanner)$ $1/ redirect; rewrite ^(/security)$ $1/ redirect; rewrite ^(/securityh5)$ $1/ redirect; rewrite ^(/seniclive)$ $1/ redirect; rewrite ^(/share)$ $1/ redirect; rewrite ^(/smauth)$ $1/ redirect; rewrite ^(/smsecret)$ $1/ redirect; rewrite ^(/splice)$ $1/ redirect; rewrite ^(/threedsimulation)$ $1/ redirect; rewrite ^(/traffic)$ $1/ redirect; rewrite ^(/uas)$ $1/ redirect; rewrite ^(/uasms)$ $1/ redirect; rewrite ^(/visualization)$ $1/ redirect; rewrite ^(/uavmsmanager)$ $1/ redirect; rewrite ^(/secenter)$ $1/ redirect; spec: rules: - host: fake-domain.uavcloud-devflight.io http: paths: - path: /devflight/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform servicePort: 9528 - path: /devflight/supervision/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-suav-platform-supervision servicePort: 9528 - path: /devflight/supervisionh5/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-suav-platform-supervisionh5 servicePort: 9528 - path: /devflight/pangu/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform servicePort: 9528 - path: /devflight/ai-brain/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-ai-brain servicePort: 9528 - path: /devflight/armypeople/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-armypeople servicePort: 9528 - path: /devflight/awareness/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-awareness servicePort: 9528 - path: /devflight/base/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-base servicePort: 9528 - path: /devflight/blockchain/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-blockchain servicePort: 9528 - path: /devflight/classification/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-classification servicePort: 9528 - path: /devflight/cmsportal/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-cms-portal servicePort: 9528 - path: /devflight/detection/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-detection servicePort: 9528 - path: /devflight/dikongzhixingh5/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-dikongzhixingh5 servicePort: 9528 - path: /devflight/dispatchh5/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-dispatchh5 servicePort: 9528 - path: /devflight/emergency/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-emergency-rescue servicePort: 9528 - path: /devflight/eventsh5/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-eventsh5 servicePort: 9528 - path: /devflight/flight-control/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-flight-control servicePort: 9528 - path: /devflight/hljtt/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-hljtt servicePort: 9528 - path: /devflight/hyper/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-hyperspectral servicePort: 9528 - path: /devflight/jiangsuwenlv/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-jiangsuwenlv servicePort: 9528 - path: /devflight/logistics/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-logistics servicePort: 9528 - path: /devflight/media/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-media servicePort: 9528 - path: /devflight/mianyangbackend/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-mianyangbackend servicePort: 9528 - path: /devflight/multiterminal/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-multiterminal servicePort: 9528 - path: /devflight/mws/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-mws servicePort: 9528 - path: /devflight/oms/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-oms servicePort: 9528 - path: /devflight/open/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-open servicePort: 9528 - path: /devflight/pilot2cloud/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-pilot2-to-cloud servicePort: 9528 - path: /devflight/qingdao/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-qingdao servicePort: 9528 - path: /devflight/qinghaitourism/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-qinghaitourism servicePort: 9528 - path: /devflight/renyike/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-renyike servicePort: 9528 - path: /devflight/scanner/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-scanner servicePort: 9528 - path: /devflight/security/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-security servicePort: 9528 - path: /devflight/securityh5/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-securityh5 servicePort: 9528 - path: /devflight/seniclive/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-seniclive servicePort: 9528 - path: /devflight/share/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-share servicePort: 9528 - path: /devflight/smauth/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-smauth servicePort: 9528 - path: /devflight/smsecret/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-smsecret servicePort: 9528 - path: /devflight/splice/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-splice servicePort: 9528 - path: /devflight/threedsimulation/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-threedsimulation servicePort: 9528 - path: /devflight/traffic/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-traffic servicePort: 9528 - path: /devflight/uas/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-uas servicePort: 9528 - path: /devflight/uasms/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-uasms servicePort: 9528 - path: /devflight/visualization/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-platform-visualization servicePort: 9528 - path: /devflight/uavmsmanager/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uavms-platform-manager servicePort: 9528 - path: /devflight/secenter/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uavms-platform-security-center servicePort: 9528 --- apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: backend-applications-ingress namespace: uavcloud-devflight labels: type: backend octopus.control: all-ingress-config-wdd app.kubernetes.io/managed-by: octopus-control app.kubernetes.io/version: 6.0.0 annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/enable-cors: "true" spec: rules: - host: cmii-admin-data.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-admin-data servicePort: 8080 - host: cmii-admin-gateway.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-admin-gateway servicePort: 8080 - host: cmii-admin-user.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-admin-user servicePort: 8080 - host: cmii-app-release.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-app-release servicePort: 8080 - host: cmii-open-gateway.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-open-gateway servicePort: 8080 - host: cmii-sky-converge.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-sky-converge servicePort: 8080 - host: cmii-suav-supervision.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-suav-supervision servicePort: 8080 - host: cmii-uas-datahub.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uas-datahub servicePort: 8080 - host: cmii-uas-gateway.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uas-gateway servicePort: 8080 - host: cmii-uas-lifecycle.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uas-lifecycle servicePort: 8080 - host: cmii-uav-advanced5g.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-advanced5g servicePort: 8080 - host: cmii-uav-airspace.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-airspace servicePort: 8080 - host: cmii-uav-alarm.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-alarm servicePort: 8080 - host: cmii-uav-autowaypoint.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-autowaypoint servicePort: 8080 - host: cmii-uav-brain.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-brain servicePort: 8080 - host: cmii-uav-bridge.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-bridge servicePort: 8080 - host: cmii-uav-cloud-live.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-cloud-live servicePort: 8080 - host: cmii-uav-clusters.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-clusters servicePort: 8080 - host: cmii-uav-cms.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-cms servicePort: 8080 - host: cmii-uav-data-post-process.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-data-post-process servicePort: 8080 - host: cmii-uav-depotautoreturn.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-depotautoreturn servicePort: 8080 - host: cmii-uav-developer.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-developer servicePort: 8080 - host: cmii-uav-device.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-device servicePort: 8080 - host: cmii-uav-emergency.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-emergency servicePort: 8080 - host: cmii-uav-fwdd.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-fwdd servicePort: 8080 - host: cmii-uav-gateway.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-gateway servicePort: 8080 - host: cmii-uav-gis-server.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-gis-server servicePort: 8080 - host: cmii-uav-grid-datasource.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-grid-datasource servicePort: 8080 - host: cmii-uav-grid-engine.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-grid-engine servicePort: 8080 - host: cmii-uav-grid-manage.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-grid-manage servicePort: 8080 - host: cmii-uav-industrial-portfolio.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-industrial-portfolio servicePort: 8080 - host: cmii-uav-integration.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-integration servicePort: 8080 - host: cmii-uav-iot-dispatcher.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-iot-dispatcher servicePort: 8080 - host: cmii-uav-iot-manager.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-iot-manager servicePort: 8080 - host: cmii-uav-kpi-monitor.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-kpi-monitor servicePort: 8080 - host: cmii-uav-logger.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-logger servicePort: 8080 - host: cmii-uav-material-warehouse.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-material-warehouse servicePort: 8080 - host: cmii-uav-mission.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-mission servicePort: 8080 - host: cmii-uav-mqtthandler.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-mqtthandler servicePort: 8080 - host: cmii-uav-multilink.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-multilink servicePort: 8080 - host: cmii-uav-notice.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-notice servicePort: 8080 - host: cmii-uav-oauth.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-oauth servicePort: 8080 - host: cmii-uav-process.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-process servicePort: 8080 - host: cmii-uav-sec-awareness.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-sec-awareness servicePort: 8080 - host: cmii-uav-security-trace.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-security-trace servicePort: 8080 - host: cmii-uav-sense-adapter.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-sense-adapter servicePort: 8080 - host: cmii-uav-surveillance.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-surveillance servicePort: 8080 - host: cmii-uav-sync.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-sync servicePort: 8080 - host: cmii-uav-threedsimulation.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-threedsimulation servicePort: 8080 - host: cmii-uav-tower.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-tower servicePort: 8080 - host: cmii-uav-user.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-user servicePort: 8080 - host: cmii-uav-waypoint.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uav-waypoint servicePort: 8080 - host: cmii-uavms-pyfusion.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uavms-pyfusion servicePort: 8080 - host: cmii-uavms-security-center.uavcloud-devflight.io http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: cmii-uavms-security-center servicePort: 8080 --- apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: all-gateways-ingress namespace: uavcloud-devflight labels: type: api-gateway octopus.control: all-ingress-config-1.1.0 app.kubernetes.io/managed-by: octopus-control app.kubernetes.io/version: 6.0.0 annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/rewrite-target: /$1 nginx.ingress.kubernetes.io/configuration-snippet: | proxy_set_header upgradePrefix $http_upgrade; proxy_set_header Connection "upgradePrefix"; spec: rules: - host: fake-domain.uavcloud-devflight.io http: paths: - path: /devflight/oms/api/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-admin-gateway servicePort: 8080 - path: /devflight/open/api/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-open-gateway servicePort: 8080 - path: /devflight/api/?(.*) pathType: ImplementationSpecific backend: serviceName: cmii-uav-gateway servicePort: 8080