--- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-admin-data cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-admin-data namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-admin-data cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-admin-data cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-admin-data - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-admin-data:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-admin-data ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-admin-data dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-admin-gateway cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-admin-gateway namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-admin-gateway cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-admin-gateway cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-admin-gateway - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-admin-gateway:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-admin-gateway ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-admin-gateway dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-admin-user cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-admin-user namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-admin-user cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-admin-user cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-admin-user - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-admin-user:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-admin-user ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-admin-user dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-iam-gateway cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-iam-gateway namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-iam-gateway cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-iam-gateway cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-iam-gateway - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-iam-gateway:5.6.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-iam-gateway ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-iam-gateway dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-open-gateway cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-open-gateway namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-open-gateway cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-open-gateway cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-open-gateway - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-open-gateway:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-open-gateway ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-open-gateway dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-suav-platform-supervision cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-suav-platform-supervision namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-suav-platform-supervision cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-suav-platform-supervision cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-suav-platform-supervision image: 192.168.10.3:8033/cmii/cmii-suav-platform-supervision:5.7.0 imagePullPolicy: Always name: cmii-suav-platform-supervision ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-supervision name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-suav-platform-supervisionh5 cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-suav-platform-supervisionh5 namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-suav-platform-supervisionh5 cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-suav-platform-supervisionh5 cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-suav-platform-supervisionh5 image: 192.168.10.3:8033/cmii/cmii-suav-platform-supervisionh5:5.7.0 imagePullPolicy: Always name: cmii-suav-platform-supervisionh5 ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-supervisionh5 name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-suav-supervision cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-suav-supervision namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-suav-supervision cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-suav-supervision cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-suav-supervision - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-suav-supervision:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-suav-supervision ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-suav-supervision dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uas-gateway cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uas-gateway namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uas-gateway cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uas-gateway cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uas-gateway - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uas-gateway:5.6.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uas-gateway ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uas-gateway dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uas-lifecycle cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uas-lifecycle namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uas-lifecycle cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uas-lifecycle cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uas-lifecycle - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uas-lifecycle:5.6.0-30403-071802 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uas-lifecycle ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uas-lifecycle dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-advanced5g cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-advanced5g namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-advanced5g cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-advanced5g cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-advanced5g - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-advanced5g:6.0.0-1118 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-advanced5g ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-advanced5g dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-airspace cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-airspace namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-airspace cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-airspace cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-airspace - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-airspace:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-airspace ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-airspace dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-alarm cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-alarm namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-alarm cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-alarm cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-alarm - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-alarm:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-alarm ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-alarm dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-autowaypoint cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-autowaypoint namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-autowaypoint cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-autowaypoint cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-autowaypoint - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-autowaypoint:4.2.0-beta imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-autowaypoint ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-autowaypoint dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-brain cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-brain namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-brain cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-brain cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-brain - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-brain:5.5.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-brain ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-brain dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-cloud-live cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-cloud-live namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-cloud-live cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-cloud-live cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-cloud-live - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-cloud-live:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-cloud-live ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-cloud-live dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-cms cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-cms namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-cms cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-cms cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-cms - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-cms:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-cms ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-cms dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-data-post-process cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-data-post-process namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-data-post-process cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-data-post-process cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-data-post-process - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-data-post-process:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-data-post-process ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-data-post-process dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-depotautoreturn cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-depotautoreturn namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-depotautoreturn cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-depotautoreturn cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-depotautoreturn - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-depotautoreturn:5.5.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-depotautoreturn ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-depotautoreturn dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-developer cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-developer namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-developer cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-developer cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-developer - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-developer:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-developer ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-developer dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-device cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-device namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-device cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-device cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-device - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-device:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-device ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-device dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-emergency cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-emergency namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-emergency cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-emergency cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-emergency - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-emergency:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-emergency ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-emergency dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-gateway cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-gateway namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-gateway cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-gateway cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-gateway - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-gateway:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-gateway ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-gateway dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-gis-server cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-gis-server namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-gis-server cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-gis-server cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-gis-server - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-gis-server:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-gis-server ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-gis-server dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-grid-datasource cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-grid-datasource namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-grid-datasource cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-grid-datasource cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-grid-datasource - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-grid-datasource:5.2.0-24810 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-grid-datasource ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-grid-datasource dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-grid-engine cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-grid-engine namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-grid-engine cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-grid-engine cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-grid-engine - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-grid-engine:5.1.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-grid-engine ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-grid-engine dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-grid-manage cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-grid-manage namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-grid-manage cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-grid-manage cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-grid-manage - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-grid-manage:5.1.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-grid-manage ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-grid-manage dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-industrial-portfolio cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-industrial-portfolio namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-industrial-portfolio cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-industrial-portfolio cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-industrial-portfolio - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-industrial-portfolio:5.7.0-zjby-0926 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-industrial-portfolio ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-industrial-portfolio dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-integration cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-integration namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-integration cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-integration cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-integration - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-integration:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-integration ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-integration dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/managed-by: Helm cmii.app: iot name: cmii-uav-iot-dispatcher namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: iot strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: iot spec: containers: - env: - name: ENV value: develop - name: NACOS_SYSTEM_CONFIG_NAME value: cmii-backend-system - name: NACOS_SERVICE_CONFIG_NAME value: cmii-uav-iot-dispatcher - name: NACOS_SERVER_ADDRESS value: helm-nacos:8848 - name: NACOS_NAMESPACE_ID value: public - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: IMAGE_VERSION value: 5.7.0 image: 192.168.10.3:8033/cmii/cmii-uav-iot-dispatcher:6.0.0 imagePullPolicy: Always name: operator ports: - containerPort: 8080 name: http protocol: TCP resources: limits: cpu: "4" memory: 4Gi requests: cpu: "1" memory: 2Gi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-logger cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-logger namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-logger cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-logger cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-logger - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-logger:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-logger ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-logger dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-material-warehouse cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-material-warehouse namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-material-warehouse cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-material-warehouse cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-material-warehouse - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-material-warehouse:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-material-warehouse ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-material-warehouse dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-mission cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-mission namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-mission cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-mission cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-mission - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-mission:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-mission ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-mission dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-mqtthandler cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-mqtthandler namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-mqtthandler cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-mqtthandler cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-mqtthandler - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-mqtthandler:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-mqtthandler ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-mqtthandler dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-multilink cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-multilink namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-multilink cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-multilink cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-multilink - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-multilink:5.5.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-multilink ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-multilink dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-notice cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-notice namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-notice cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-notice cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-notice - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-notice:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-notice ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-notice dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-oauth cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-oauth namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-oauth cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-oauth cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-oauth - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-oauth:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-oauth ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-oauth dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform image: 192.168.10.3:8033/cmii/cmii-uav-platform:5.7.0-zjyd-0913 imagePullPolicy: Always name: cmii-uav-platform ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-pangu name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-ai-brain cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-ai-brain namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-ai-brain cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-ai-brain cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-ai-brain image: 192.168.10.3:8033/cmii/cmii-uav-platform-ai-brain:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-ai-brain ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-ai-brain name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-armypeople cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-armypeople namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-armypeople cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-armypeople cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-armypeople image: 192.168.10.3:8033/cmii/cmii-uav-platform-armypeople:5.7.0-hotfix_UAVCLOUD-29668-zjyd-fix imagePullPolicy: Always name: cmii-uav-platform-armypeople ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-armypeople name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-cms-portal cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-cms-portal namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-cms-portal cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-cms-portal cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-cms-portal image: 192.168.10.3:8033/cmii/cmii-uav-platform-cms-portal:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-cms-portal ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-cmsportal name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-detection cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-detection namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-detection cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-detection cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-detection image: 192.168.10.3:8033/cmii/cmii-uav-platform-detection:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-detection ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-detection name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-dispatchh5 cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-dispatchh5 namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-dispatchh5 cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-dispatchh5 cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-dispatchh5 image: 192.168.10.3:8033/cmii/cmii-uav-platform-dispatchh5:5.6.0-0708 imagePullPolicy: Always name: cmii-uav-platform-dispatchh5 ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-dispatchh5 name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-emergency-rescue cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-emergency-rescue namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-emergency-rescue cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-emergency-rescue cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-emergency-rescue image: 192.168.10.3:8033/cmii/cmii-uav-platform-emergency-rescue:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-emergency-rescue ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-emergency name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-logistics cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-logistics namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-logistics cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-logistics cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-logistics image: 192.168.10.3:8033/cmii/cmii-uav-platform-logistics:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-logistics ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-logistics name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-media cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-media namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-media cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-media cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-media image: 192.168.10.3:8033/cmii/cmii-uav-platform-media:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-media ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-media name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-multiterminal cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-multiterminal namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-multiterminal cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-multiterminal cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-multiterminal image: 192.168.10.3:8033/cmii/cmii-uav-platform-multiterminal:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-multiterminal ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-multiterminal name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-mws cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-mws namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-mws cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-mws cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-mws image: 192.168.10.3:8033/cmii/cmii-uav-platform-mws:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-mws ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-mws name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-oms cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-oms namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-oms cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-oms cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-oms image: 192.168.10.3:8033/cmii/cmii-uav-platform-oms:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-oms ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-oms name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-open cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-open namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-open cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-open cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-open image: 192.168.10.3:8033/cmii/cmii-uav-platform-open:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-open ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-open name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-security cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-security namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-security cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-security cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-security image: 192.168.10.3:8033/cmii/cmii-uav-platform-security:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-security ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-security name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-securityh5 cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-securityh5 namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-securityh5 cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-securityh5 cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-securityh5 image: 192.168.10.3:8033/cmii/cmii-uav-platform-securityh5:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-securityh5 ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-securityh5 name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-share cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-share namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-share cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-share cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-share image: 192.168.10.3:8033/cmii/cmii-uav-platform-share:5.7.0 imagePullPolicy: Always name: cmii-uav-platform-share ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-share name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-splice cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-splice namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-splice cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-splice cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-splice image: 192.168.10.3:8033/cmii/cmii-uav-platform-splice:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-splice ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-splice name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-threedsimulation cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-threedsimulation namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-threedsimulation cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-threedsimulation cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-threedsimulation image: 192.168.10.3:8033/cmii/cmii-uav-platform-threedsimulation:5.2.0-21392 imagePullPolicy: Always name: cmii-uav-platform-threedsimulation ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-threedsimulation name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-uas cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-uas namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-uas cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-uas cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-uas image: 192.168.10.3:8033/cmii/cmii-uav-platform-uas:5.6.0 imagePullPolicy: Always name: cmii-uav-platform-uas ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-uas name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 cmii.app: cmii-uav-platform-uasms cmii.type: frontend octopus.control: frontend-app-wdd name: cmii-uav-platform-uasms namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-platform-uasms cmii.type: frontend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-platform-uasms cmii.type: frontend spec: containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-platform-uasms image: 192.168.10.3:8033/cmii/cmii-uav-platform-uasms:5.7.0-071815 imagePullPolicy: Always name: cmii-uav-platform-uasms ports: - containerPort: 9528 name: platform-9528 protocol: TCP resources: limits: cpu: "1" memory: 1Gi requests: cpu: 50m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/nginx/conf.d/nginx.conf name: nginx-conf subPath: nginx.conf - mountPath: /home/cmii-platform/dist/ingress-config.js name: tenant-prefix subPath: ingress-config.js dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: nginx.conf path: nginx.conf name: nginx-cm name: nginx-conf - configMap: defaultMode: 420 items: - key: ingress-config.js path: ingress-config.js name: tenant-prefix-uasms name: tenant-prefix --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-process cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-process namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-process cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-process cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-process - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-process:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-process ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-process dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-sense-adapter cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-sense-adapter namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-sense-adapter cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-sense-adapter cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-sense-adapter - name: CUST_JAVA_OPTS value: -Xms800m -Xmx8000m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-sense-adapter:6.0.0-snapshot-1026-db-confidence-bird imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-mqtthandler ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-sense-adapter dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-surveillance cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-surveillance namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-surveillance cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-surveillance cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-surveillance - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-surveillance:6.0.0-zjyd-edge imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-surveillance ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-surveillance dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-threedsimulation cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-threedsimulation namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-threedsimulation cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-threedsimulation cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-threedsimulation - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-threedsimulation:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-threedsimulation ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-threedsimulation dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-tower cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-tower namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 0 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-tower cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-tower cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-tower - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-tower:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-tower ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-tower dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-user cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-user namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-user cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-user cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-user - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-user:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-user ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-user dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/app-version: 5.7.0 app.kubernetes.io/managed-by: octopus cmii.app: cmii-uav-waypoint cmii.type: backend octopus/control: backend-app-1.0.0 name: cmii-uav-waypoint namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: cmii.app: cmii-uav-waypoint cmii.type: backend strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 1 type: RollingUpdate template: metadata: creationTimestamp: null labels: cmii.app: cmii-uav-waypoint cmii.type: backend spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: uavcloud.env operator: In values: - zjyd containers: - env: - name: K8S_NAMESPACE value: zjyd - name: APPLICATION_NAME value: cmii-uav-waypoint - name: CUST_JAVA_OPTS value: -Xms800m -Xmx3500m -Dlog4j2.formatMsgNoLookups=true - name: NACOS_REGISTRY value: helm-nacos:8848 - name: NACOS_DISCOVERY_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: NACOS_DISCOVERY_PORT value: "8080" - name: BIZ_CONFIG_GROUP value: 5.7.0 - name: SYS_CONFIG_GROUP value: 5.7.0 - name: IMAGE_VERSION value: 5.7.0 - name: NACOS_USERNAME value: developer - name: NACOS_PASSWORD value: Deve@9128201 image: 192.168.10.3:8033/cmii/cmii-uav-waypoint:5.7.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: cmii-uav-waypoint ports: - containerPort: 8080 name: pod-port protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: "2" memory: 4Gi requests: cpu: 200m memory: 800Mi startupProbe: failureThreshold: 5 httpGet: path: /cmii/health port: pod-port scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 3 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/logs name: nfs-backend-log-volume subPath: zjyd/cmii-uav-waypoint dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: nfs-backend-log-volume persistentVolumeClaim: claimName: nfs-backend-log-pvc --- apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/managed-by: Helm cmii.app: live-engine cmii.type: midware helm.sh/chart: cmlc-live-live-op-2.0.0 live-role: op-v2 name: helm-live-op-v2 namespace: zjyd spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: live-role: op-v2 strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate template: metadata: creationTimestamp: null labels: live-role: op-v2 spec: containers: - image: 192.168.10.3:8033/cmii/cmii-live-operator:5.2.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /cmii/ping port: 8080 scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 name: operator ports: - containerPort: 8080 name: operator protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /cmii/ping port: 8080 scheme: HTTP initialDelaySeconds: 60 periodSeconds: 20 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 4800m memory: 4Gi requests: cpu: 100m memory: 256Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /cmii/bootstrap.yaml name: srs-conf-file subPath: bootstrap.yaml dnsPolicy: ClusterFirst imagePullSecrets: - name: harborsecret restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - configMap: defaultMode: 420 items: - key: live.op.conf path: bootstrap.yaml name: helm-live-op-cm-v2 name: srs-conf-file