8021 lines
230 KiB
YAML
8021 lines
230 KiB
YAML
---
|
|
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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-admin-data
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-admin-gateway
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-admin-user
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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-app-release
|
|
cmii.type: backend
|
|
octopus/control: backend-app-1.0.0
|
|
name: cmii-app-release
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-app-release
|
|
cmii.type: backend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-app-release
|
|
cmii.type: backend
|
|
spec:
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: uavcloud.env
|
|
operator: In
|
|
values:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-app-release
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-app-release:4.2.0-validation
|
|
imagePullPolicy: Always
|
|
livenessProbe:
|
|
failureThreshold: 3
|
|
httpGet:
|
|
path: /cmii/health
|
|
port: pod-port
|
|
scheme: HTTP
|
|
initialDelaySeconds: 60
|
|
periodSeconds: 20
|
|
successThreshold: 1
|
|
timeoutSeconds: 5
|
|
name: cmii-app-release
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/cmii-app-release
|
|
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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-iam-gateway
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-open-gateway
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-suav-platform-supervision
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-suav-platform-supervisionh5
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-suav-supervision
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uas-gateway
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uas-lifecycle
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uas-lifecycle:5.7.0-30403
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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-airspace
|
|
cmii.type: backend
|
|
octopus/control: backend-app-1.0.0
|
|
name: cmii-uav-airspace
|
|
namespace: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-airspace
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-alarm
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-autowaypoint
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-brain
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-cloud-live
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-cloud-live:5.7.0-szga
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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-clusters
|
|
cmii.type: backend
|
|
octopus/control: backend-app-1.0.0
|
|
name: cmii-uav-clusters
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-clusters
|
|
cmii.type: backend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-clusters
|
|
cmii.type: backend
|
|
spec:
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: uavcloud.env
|
|
operator: In
|
|
values:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-clusters
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-clusters:5.2.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-clusters
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/cmii-uav-clusters
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-cms
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-data-post-process
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-depotautoreturn
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-developer
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-developer:5.7.0-0725
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-device
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms1000m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: "1"
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-emergency
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-gateway
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-gis-server
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-grid-datasource
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-grid-engine
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-grid-manage
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-industrial-portfolio
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-industrial-portfolio:5.7.0-31369-yunnan-082001
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-integration
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-integration:5.7.0-hw-080201
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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/app-version: 5.7.0
|
|
app.kubernetes.io/managed-by: octopus
|
|
cmii.app: cmii-uav-kpi-monitor
|
|
cmii.type: backend
|
|
octopus/control: backend-app-1.0.0
|
|
name: cmii-uav-kpi-monitor
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-kpi-monitor
|
|
cmii.type: backend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-kpi-monitor
|
|
cmii.type: backend
|
|
spec:
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: uavcloud.env
|
|
operator: In
|
|
values:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-kpi-monitor
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-kpi-monitor: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-kpi-monitor
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/cmii-uav-kpi-monitor
|
|
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-logger
|
|
cmii.type: backend
|
|
octopus/control: backend-app-1.0.0
|
|
name: cmii-uav-logger
|
|
namespace: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-logger
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-material-warehouse
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-mission
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms500m -Xmx2500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-mission:5.7.0-29766-0819
|
|
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: 3Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 500Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 2
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-mqtthandler
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms1000m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-mqtthandler:5.7.0-29766-0815
|
|
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: 1000Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-multilink
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-notice
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-oauth
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 0%
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform:5.4.0-0925-v1
|
|
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
|
|
- name: secret-registry-chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-ai-brain
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-armypeople
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-armypeople:5.7.0-0820
|
|
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-base
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-base
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-base
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-base
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-base
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-base:5.4.0
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-base
|
|
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-base
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-cms-portal
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-detection
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-dispatchh5
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-emergency-rescue
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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-hljtt
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-hljtt
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-hljtt
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-hljtt
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-hljtt
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-hljtt:5.3.0-hjltt
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-hljtt
|
|
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-hljtt
|
|
name: tenant-prefix
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/app-version: 5.7.0
|
|
cmii.app: cmii-uav-platform-jiangsuwenlv
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-jiangsuwenlv
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-jiangsuwenlv
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-jiangsuwenlv
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-jiangsuwenlv
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-jiangsuwenlv:4.1.3-jiangsu-0427
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-jiangsuwenlv
|
|
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-jiangsuwenlv
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-logistics
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-media
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-multiterminal
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-mws
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-oms
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-open
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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-qingdao
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-qingdao
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-qingdao
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-qingdao
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-qingdao
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-qingdao:5.7.0-29766-0815
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-qingdao
|
|
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-qingdao
|
|
name: tenant-prefix
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/app-version: 5.7.0
|
|
cmii.app: cmii-uav-platform-qinghaitourism
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-qinghaitourism
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-qinghaitourism
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-qinghaitourism
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-qinghaitourism
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-qinghaitourism:4.1.0-21377-0508
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-qinghaitourism
|
|
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-qinghaitourism
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-security
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-securityh5
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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-seniclive
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-seniclive
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 0
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-seniclive
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-seniclive
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-seniclive
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-seniclive:5.2.0
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-seniclive
|
|
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-seniclive
|
|
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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-share
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-splice
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-splice:5.7.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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-threedsimulation
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: cqejpt
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-uas
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-uas:5.7.0-29322
|
|
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: cqejpt
|
|
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: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-uasms
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-uasms:5.7.0-29322
|
|
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
|
|
cmii.app: cmii-uav-platform-visualization
|
|
cmii.type: frontend
|
|
octopus.control: frontend-app-wdd
|
|
name: cmii-uav-platform-visualization
|
|
namespace: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
cmii.app: cmii-uav-platform-visualization
|
|
cmii.type: frontend
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 1
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
cmii.app: cmii-uav-platform-visualization
|
|
cmii.type: frontend
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-platform-visualization
|
|
image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-platform-visualization:5.2.0
|
|
imagePullPolicy: Always
|
|
name: cmii-uav-platform-visualization
|
|
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-visualization
|
|
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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-process
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-sense-adapter
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-sense-adapter:5.7.0-0805
|
|
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-sense-adapter
|
|
ports:
|
|
- containerPort: 8080
|
|
name: pod-port
|
|
protocol: TCP
|
|
- containerPort: 8010
|
|
name: sense-8010
|
|
protocol: TCP
|
|
- containerPort: 8011
|
|
name: sense-udp-8011
|
|
protocol: UDP
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-surveillance
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-surveillance:5.7.0-29766-0815
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-threedsimulation
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-tower
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-user
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms1000m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/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: 1000Mi
|
|
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: cqejpt/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: cqejpt
|
|
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:
|
|
- cqejpt
|
|
containers:
|
|
- env:
|
|
- name: K8S_NAMESPACE
|
|
value: cqejpt
|
|
- name: APPLICATION_NAME
|
|
value: cmii-uav-waypoint
|
|
- name: CUST_JAVA_OPTS
|
|
value: -Xms200m -Xmx1500m -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: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-uav-waypoint:5.7.0-0814
|
|
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: 2Gi
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
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: cqejpt/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: octopus
|
|
cmii.app: live-engine
|
|
cmii.type: live
|
|
helm.sh/chart: cmlc-live-live-op-2.0.0
|
|
live-role: op-v2
|
|
octopus.control: wdd
|
|
name: helm-live-op-v2
|
|
namespace: cqejpt
|
|
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:
|
|
affinity: {}
|
|
containers:
|
|
- image: chongqingshcis-a189ec98.ecis.chongqing-1.cmecloud.cn/cmii/cmii-live-operator:5.2.0
|
|
imagePullPolicy: Always
|
|
livenessProbe:
|
|
failureThreshold: 3
|
|
httpGet:
|
|
path: /cmii/health
|
|
port: 8080
|
|
scheme: HTTP
|
|
initialDelaySeconds: 60
|
|
periodSeconds: 20
|
|
successThreshold: 1
|
|
timeoutSeconds: 5
|
|
name: helm-live-op-v2
|
|
ports:
|
|
- containerPort: 8080
|
|
name: operator
|
|
protocol: TCP
|
|
readinessProbe:
|
|
failureThreshold: 3
|
|
httpGet:
|
|
path: /cmii/health
|
|
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
|