三方业务

This commit is contained in:
zeaslity
2024-12-03 15:09:10 +08:00
parent 59c23a2a97
commit 6ec8c484ca
12 changed files with 1256 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
docker build -f Dockerfile -t harbor.cdcyy.com.cn/cmii/cmii-uav-platform-renyike:6.0.0-20241202 .
docker run -d -p 9528:9528 harbor.cdcyy.com.cn/cmii/cmii-uav-renyike:6.0.0-20241202
docker push harbor.cdcyy.com.cn/cmii/cmii-uav-platform-renyike:6.0.0-20241202

View File

@@ -0,0 +1,7 @@
FROM harbor.cdcyy.com.cn/cmii/nginx:1.27.0
ENV TZ "Asia/Shanghai"
ENV WORKPATH /home/cmii-platform
WORKDIR /home/cmii-platform
COPY ./build ./dist
EXPOSE 9528

View File

@@ -0,0 +1,91 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-platform-renyike
namespace: uavcloud-devoperation
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-renyike
octopus.control: frontend-app-wdd
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 1
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: frontend
cmii.app: cmii-uav-platform-renyike
template:
metadata:
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-renyike
spec:
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-platform-renyike
image: harbor.cdcyy.com.cn/cmii/cmii-uav-platform-renyike:6.0.0-20241202
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devoperation
- name: APPLICATION_NAME
value: cmii-uav-platform-renyike
ports:
- name: platform-9528
containerPort: 9528
protocol: TCP
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 50m
memory: 50Mi
volumeMounts:
- name: nginx-conf
mountPath: /etc/nginx/conf.d/nginx.conf
subPath: nginx.conf
- name: tenant-prefix
subPath: ingress-config.js
mountPath: /home/cmii-platform/dist/ingress-config.js
volumes:
- name: nginx-conf
configMap:
name: nginx-cm
items:
- key: nginx.conf
path: nginx.conf
- name: tenant-prefix
configMap:
name: tenant-prefix-splice
items:
- key: ingress-config.js
path: ingress-config.js
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-platform-renyike
namespace: uavcloud-devoperation
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-renyike
octopus.control: frontend-app-wdd
app.kubernetes.io/version: 5.7.0
spec:
type: NodePort
selector:
cmii.type: frontend
cmii.app: cmii-uav-platform-renyike
ports:
- name: web-svc-port
port: 9528
protocol: TCP
targetPort: 9528
nodePort: 33333
---

View File

@@ -0,0 +1,271 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-platform-classification
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-classification
octopus.control: frontend-app-wdd
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 1
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: frontend
cmii.app: cmii-uav-platform-classification
template:
metadata:
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-classification
spec:
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-platform-classification
image: harbor.cdcyy.com.cn/cmii/cmii-uav-platform-classification:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-platform-classification
ports:
- name: platform-9528
containerPort: 9528
protocol: TCP
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 50m
memory: 50Mi
volumeMounts:
- name: nginx-conf
mountPath: /etc/nginx/conf.d/nginx.conf
subPath: nginx.conf
- name: tenant-prefix
subPath: ingress-config.js
mountPath: /home/cmii-platform/dist/ingress-config.js
volumes:
- name: nginx-conf
configMap:
name: nginx-cm
items:
- key: nginx.conf
path: nginx.conf
- name: tenant-prefix
configMap:
name: tenant-prefix-splice
items:
- key: ingress-config.js
path: ingress-config.js
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-platform-classification
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-classification
octopus.control: frontend-app-wdd
app.kubernetes.io/version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: frontend
cmii.app: cmii-uav-platform-classification
ports:
- name: web-svc-port
port: 9528
protocol: TCP
targetPort: 9528
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-platform-scanner
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-scanner
octopus.control: frontend-app-wdd
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 1
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: frontend
cmii.app: cmii-uav-platform-scanner
template:
metadata:
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-scanner
spec:
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-platform-scanner
image: harbor.cdcyy.com.cn/cmii/cmii-uav-platform-scanner:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-platform-scanner
ports:
- name: platform-9528
containerPort: 9528
protocol: TCP
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 50m
memory: 50Mi
volumeMounts:
- name: nginx-conf
mountPath: /etc/nginx/conf.d/nginx.conf
subPath: nginx.conf
- name: tenant-prefix
subPath: ingress-config.js
mountPath: /home/cmii-platform/dist/ingress-config.js
volumes:
- name: nginx-conf
configMap:
name: nginx-cm
items:
- key: nginx.conf
path: nginx.conf
- name: tenant-prefix
configMap:
name: tenant-prefix-splice
items:
- key: ingress-config.js
path: ingress-config.js
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-platform-scanner
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-scanner
octopus.control: frontend-app-wdd
app.kubernetes.io/version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: frontend
cmii.app: cmii-uav-platform-scanner
ports:
- name: web-svc-port
port: 9528
protocol: TCP
targetPort: 9528
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-platform-blockchain
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-blockchain
octopus.control: frontend-app-wdd
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 1
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: frontend
cmii.app: cmii-uav-platform-blockchain
template:
metadata:
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-blockchain
spec:
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-platform-blockchain
image: harbor.cdcyy.com.cn/cmii/cmii-uav-platform-blockchain:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-platform-blockchain
ports:
- name: platform-9528
containerPort: 9528
protocol: TCP
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 50m
memory: 50Mi
volumeMounts:
- name: nginx-conf
mountPath: /etc/nginx/conf.d/nginx.conf
subPath: nginx.conf
- name: tenant-prefix
subPath: ingress-config.js
mountPath: /home/cmii-platform/dist/ingress-config.js
volumes:
- name: nginx-conf
configMap:
name: nginx-cm
items:
- key: nginx.conf
path: nginx.conf
- name: tenant-prefix
configMap:
name: tenant-prefix-splice
items:
- key: ingress-config.js
path: ingress-config.js
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-platform-blockchain
namespace: uavcloud-devflight
labels:
cmii.type: frontend
cmii.app: cmii-uav-platform-blockchain
octopus.control: frontend-app-wdd
app.kubernetes.io/version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: frontend
cmii.app: cmii-uav-platform-blockchain
ports:
- name: web-svc-port
port: 9528
protocol: TCP
targetPort: 9528
---

View File

@@ -0,0 +1,561 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-blockchain
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-blockchain
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 0
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: backend
cmii.app: cmii-uav-blockchain
template:
metadata:
labels:
cmii.type: backend
cmii.app: cmii-uav-blockchain
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: uavcloud.env
operator: In
values:
- devflight
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-blockchain
image: harbor.cdcyy.com.cn/cmii/cmii-uav-blockchain:3.2.2-snapshot
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-blockchain
- name: CUST_JAVA_OPTS
value: "-Xms200m -Xmx1500m -Dlog4j2.formatMsgNoLookups=true"
- name: NACOS_REGISTRY
value: "helm-nacos:8848"
- name: NACOS_DISCOVERY_IP
valueFrom:
fieldRef:
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"
ports:
- name: pod-port
containerPort: 8080
protocol: TCP
resources:
limits:
memory: 2Gi
cpu: "2"
requests:
memory: 200Mi
cpu: 200m
livenessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
startupProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
successThreshold: 1
failureThreshold: 5
volumeMounts:
- name: nfs-backend-log-volume
mountPath: /cmii/logs
readOnly: false
subPath: uavcloud-devflight/cmii-uav-blockchain
volumes:
- name: nfs-backend-log-volume
persistentVolumeClaim:
claimName: nfs-backend-log-pvc
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-blockchain
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-blockchain
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: backend
cmii.app: cmii-uav-blockchain
ports:
- name: backend-tcp
port: 8080
protocol: TCP
targetPort: 8080
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-container-scanner
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 0
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner
template:
metadata:
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: uavcloud.env
operator: In
values:
- devflight
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-container-scanner
image: harbor.cdcyy.com.cn/cmii/cmii-uav-container-scanner:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-container-scanner
- name: CUST_JAVA_OPTS
value: "-Xms200m -Xmx1500m -Dlog4j2.formatMsgNoLookups=true"
- name: NACOS_REGISTRY
value: "helm-nacos:8848"
- name: NACOS_DISCOVERY_IP
valueFrom:
fieldRef:
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"
ports:
- name: pod-port
containerPort: 8080
protocol: TCP
resources:
limits:
memory: 2Gi
cpu: "2"
requests:
memory: 200Mi
cpu: 200m
livenessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
startupProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
successThreshold: 1
failureThreshold: 5
volumeMounts:
- name: nfs-backend-log-volume
mountPath: /cmii/logs
readOnly: false
subPath: uavcloud-devflight/cmii-uav-container-scanner
volumes:
- name: nfs-backend-log-volume
persistentVolumeClaim:
claimName: nfs-backend-log-pvc
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-container-scanner
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: backend
cmii.app: cmii-uav-container-scanner
ports:
- name: backend-tcp
port: 8080
protocol: TCP
targetPort: 8080
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-container-scanner-go
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner-go
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 0
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner-go
template:
metadata:
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner-go
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: uavcloud.env
operator: In
values:
- devflight
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-container-scanner-go
image: harbor.cdcyy.com.cn/cmii/cmii-uav-container-scanner-go:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-container-scanner-go
- name: CUST_JAVA_OPTS
value: "-Xms200m -Xmx1500m -Dlog4j2.formatMsgNoLookups=true"
- name: NACOS_REGISTRY
value: "helm-nacos:8848"
- name: NACOS_DISCOVERY_IP
valueFrom:
fieldRef:
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"
ports:
- name: pod-port
containerPort: 8080
protocol: TCP
resources:
limits:
memory: 2Gi
cpu: "2"
requests:
memory: 200Mi
cpu: 200m
livenessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
startupProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
successThreshold: 1
failureThreshold: 5
volumeMounts:
- name: nfs-backend-log-volume
mountPath: /cmii/logs
readOnly: false
subPath: uavcloud-devflight/cmii-uav-container-scanner-go
volumes:
- name: nfs-backend-log-volume
persistentVolumeClaim:
claimName: nfs-backend-log-pvc
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-container-scanner-go
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-container-scanner-go
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: backend
cmii.app: cmii-uav-container-scanner-go
ports:
- name: backend-tcp
port: 8080
protocol: TCP
targetPort: 8080
---
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmii-uav-data-classification
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-data-classification
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
replicas: 0
strategy:
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
cmii.type: backend
cmii.app: cmii-uav-data-classification
template:
metadata:
labels:
cmii.type: backend
cmii.app: cmii-uav-data-classification
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: uavcloud.env
operator: In
values:
- devflight
imagePullSecrets:
- name: harborsecret
containers:
- name: cmii-uav-data-classification
image: harbor.cdcyy.com.cn/cmii/cmii-uav-data-classification:5.6.0
imagePullPolicy: Always
env:
- name: K8S_NAMESPACE
value: uavcloud-devflight
- name: APPLICATION_NAME
value: cmii-uav-data-classification
- name: CUST_JAVA_OPTS
value: "-Xms200m -Xmx1500m -Dlog4j2.formatMsgNoLookups=true"
- name: NACOS_REGISTRY
value: "helm-nacos:8848"
- name: NACOS_DISCOVERY_IP
valueFrom:
fieldRef:
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"
ports:
- name: pod-port
containerPort: 8080
protocol: TCP
resources:
limits:
memory: 2Gi
cpu: "2"
requests:
memory: 200Mi
cpu: 200m
livenessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 20
successThreshold: 1
failureThreshold: 3
startupProbe:
httpGet:
path: /cmii/health
port: pod-port
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
successThreshold: 1
failureThreshold: 5
volumeMounts:
- name: nfs-backend-log-volume
mountPath: /cmii/logs
readOnly: false
subPath: uavcloud-devflight/cmii-uav-data-classification
volumes:
- name: nfs-backend-log-volume
persistentVolumeClaim:
claimName: nfs-backend-log-pvc
---
apiVersion: v1
kind: Service
metadata:
name: cmii-uav-data-classification
namespace: uavcloud-devflight
labels:
cmii.type: backend
cmii.app: cmii-uav-data-classification
octopus/control: backend-app-1.0.0
app.kubernetes.io/managed-by: octopus
app.kubernetes.io/app-version: 5.7.0
spec:
type: ClusterIP
selector:
cmii.type: backend
cmii.app: cmii-uav-data-classification
ports:
- name: backend-tcp
port: 8080
protocol: TCP
targetPort: 8080
---