From e80a5437df2e735539ded35d952b6d5d4cf9c971 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 15 Oct 2025 16:15:46 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 76d47d8..fb8787e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 3.0.41 + 3.0.42 17 ${java.version} From ba4b7239ac85266afd450e7310ed57f317275ae7 Mon Sep 17 00:00:00 2001 From: FCL Date: Tue, 21 Oct 2025 11:14:10 +0800 Subject: [PATCH 02/11] =?UTF-8?q?fix:qms-api=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +- .../module/qms/enums/ErrorCodeConstants.java | 23 +++- .../module/qms/enums/QmsCommonConstant.java | 127 ++++++++++++++++++ 3 files changed, 152 insertions(+), 4 deletions(-) create mode 100644 zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/QmsCommonConstant.java diff --git a/pom.xml b/pom.xml index fb8787e..d2f7e45 100644 --- a/pom.xml +++ b/pom.xml @@ -144,9 +144,9 @@ ZT 中铜 ZStack 私服 http://172.16.46.63:30708/repository/test/ - - false - + + + diff --git a/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/ErrorCodeConstants.java b/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/ErrorCodeConstants.java index 147a1f8..86429d9 100644 --- a/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/ErrorCodeConstants.java +++ b/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/ErrorCodeConstants.java @@ -1,5 +1,6 @@ package com.zt.plat.module.qms.enums; + import com.zt.plat.framework.common.exception.ErrorCode; /** @@ -36,10 +37,14 @@ public interface ErrorCodeConstants { ErrorCode CONFIG_REPORT_TEMPLATE_NOT_EXISTS = new ErrorCode(1_032_050_000, "报表模版配置不存在"); ErrorCode CONFIG_ASSAY_METHOD_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法配置不存在"); ErrorCode CONFIG_ASSAY_METHOD_PROJECT_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法分析项目配置不存在"); + ErrorCode CONFIG_ASSAY_METHOD_PROJECT_RANGE_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法分析项目区间不存在"); + ErrorCode CONFIG_ASSAY_METHOD_PROJECT_ASSESSMENT_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法分析项目判定不存在"); + ErrorCode CONFIG_ASSAY_METHOD_PROJECT_COEFFICIENT_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法分析项目补正系数不存在"); ErrorCode CONFIG_REPORT_FIELD_NOT_EXISTS = new ErrorCode(1_032_050_000, "报表字段配置不存在"); ErrorCode CONFIG_STANDARD_SAMPLE_TYPE_NOT_EXISTS = new ErrorCode(1_032_050_000, "标准样类型配置不存在"); ErrorCode CONFIG_STANDARD_SAMPLE_PROJECT_NOT_EXISTS = new ErrorCode(1_032_050_000, "标准样检测项目配置不存在"); ErrorCode CONFIG_SUB_SAMPLE_PARENT_NOT_EXISTS = new ErrorCode(1_032_050_000, "分样配置不存在"); + ErrorCode CONFIG_SUB_SAMPLE_PARENT_METHOD_NOT_EXISTS = new ErrorCode(1_032_050_000, "分样与检测方法配置不存在"); ErrorCode CONFIG_SUB_SAMPLE_METHOD_NOT_EXISTS = new ErrorCode(1_032_050_000, "子样与检测方法配置不存在"); ErrorCode CONFIG_SUB_SAMPLE_NOT_EXISTS = new ErrorCode(1_032_050_000, "子样配置不存在"); ErrorCode CONFIG_SAMPLE_REPORT_NOT_EXISTS = new ErrorCode(1_032_050_000, "样品报表关系不存在"); @@ -47,17 +52,20 @@ public interface ErrorCodeConstants { ErrorCode CONFIG_REPORT_TYPE_NOT_EXISTS = new ErrorCode(1_032_050_000, "报表类型配置不存在"); ErrorCode CONFIG_PROJECT_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测项目配置不存在"); ErrorCode CONFIG_ENTRUST_SOURCE_NOT_EXISTS = new ErrorCode(1_032_050_000, "检验委托来源配置不存在"); - ErrorCode CONFIG_DOCUMENT_TYPE_NOT_EXISTS = new ErrorCode(1_032_050_000, "报告类型配置不存在"); + ErrorCode CONFIG_BASE_SAMPLE_NOT_EXISTS = new ErrorCode(1_032_050_000, "主样配置不存在"); ErrorCode CONFIG_ASSAY_METHOD_PROJECT_PARAMETER_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测方法分析项目参数配置不存在"); ErrorCode CONFIG_WAREHOUSE_LOCATION_INFOMATION_NOT_EXISTS = new ErrorCode(1_032_050_000, "样品库位信息不存在"); ErrorCode CONFIG_SIMPLE_FLOW_RULE_NOT_EXISTS = new ErrorCode(1_032_050_000, "LiteFlow规则配置不存在"); ErrorCode CONFIG_SIMPLE_FLOW_CODE_NOT_EXISTS = new ErrorCode(1_032_050_000, "LiteFlow脚本配置不存在"); + ErrorCode CONFIG_RULE_NOT_EXISTS = new ErrorCode(1_032_050_000, "规则配置不存在"); ErrorCode BASE_SAMPLE_NOT_EXISTS = new ErrorCode(1_032_050_000, "样品大类管理不存在"); ErrorCode MATERIAL_ASSAY_STANDARD_DETAIL_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测标准明细不存在"); ErrorCode MATERIAL_ASSAY_STANDARD_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测标准不存在"); ErrorCode MATERIAL_ASSAY_STANDARD_METHOD_NOT_EXISTS = new ErrorCode(1_032_050_000, "检测标准方法不存在"); + ErrorCode MATERIAL_ASSAY_STANDARD_FORECAST_PROJECT_NOT_EXISTS = new ErrorCode(1_032_050_000, "物料检测标准来样品位配置不存在"); + ErrorCode CONFIG_SAMPLE_HANDOVER_NOT_EXISTS = new ErrorCode(1_032_050_000, "样品交接配置不存在"); //dictionary @@ -84,7 +92,20 @@ public interface ErrorCodeConstants { ErrorCode BUSINESS_SAMPLE_HANDOVER_DETAIL_NOT_EXISTS = new ErrorCode(1_032_100_000, "样品交接明细不存在"); ErrorCode BUSINESS_ASSAY_TASK_NOT_EXISTS = new ErrorCode(1_032_100_000, "检测任务分配业务不存在"); ErrorCode BUSINESS_ASSAY_TASK_DETAIL_NOT_EXISTS = new ErrorCode(1_032_100_000, "检测任务分配明细不存在"); + ErrorCode BUSINESS_SUB_SAMPLE_ANALYSIS_GROUP_NOT_EXISTS = new ErrorCode(1_032_100_000, "子样分析班组业务不存在"); + + ErrorCode BUSINESS_ASSAY_REPORT_DATA_NOT_EXISTS = new ErrorCode(1_032_100_000, "检测报表数据业务不存在"); + + ErrorCode BUSINESS_QUALITY_CONTROL_SAMPLE_PROJECT_NOT_EXISTS = new ErrorCode(1_032_100_000, "质控样检测项目业务不存在"); + ErrorCode BUSINESS_STANDARD_SAMPLE_NOT_EXISTS = new ErrorCode(1_032_100_000, "标准样业务不存在"); + ErrorCode BUSINESS_STANDARD_SAMPLE_PROJECT_NOT_EXISTS = new ErrorCode(1_032_100_000, "标准样检测项目业务不存在"); + + ErrorCode BUSINESS_SUB_PARENT_SAMPLE_ASSESSMENT_NOT_EXISTS = new ErrorCode(1_032_100_000, "班组判定数据业务不存在"); + //检测报告 + ErrorCode REPORT_DOCUMENT_MAIN_NOT_EXISTS = new ErrorCode(1_032_100_000, "检测报告业务不存在"); + ErrorCode REPORT_DOCUMENT_DATA_NOT_EXISTS = new ErrorCode(1_032_100_000, "检测报告明细不存在"); + ErrorCode REPORT_DOCUMENT_TYPE_NOT_EXISTS = new ErrorCode(1_032_050_000, "报告类型配置不存在"); /*=================================resource 资源管理 1_032_150_000 ~ 1_032_199_999 ==================================*/ ErrorCode DEVICE_INFOMATION_NOT_EXISTS = new ErrorCode(1_032_150_000, "设备_设备信息不存在"); diff --git a/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/QmsCommonConstant.java b/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/QmsCommonConstant.java new file mode 100644 index 0000000..3dc7c48 --- /dev/null +++ b/zt-module-qms/zt-module-qms-api/src/main/java/com/zt/plat/module/qms/enums/QmsCommonConstant.java @@ -0,0 +1,127 @@ +package com.zt.plat.module.qms.enums; + +/** + * QmsCommonConstant + *

+ * 更新历史: + *

 版本         更新时间            更新者        更新内容
+ * V1.0 2025年9月24日 wxr Add
+ * Copyright (C) 云南志者竟成科技有限公司 + *

+ * @author 王兴荣 + * @version V1.0 + * @since 2025年9月24日 + */ +public interface QmsCommonConstant { + + /** 是 **/ + Integer YES = 1; + + /** 否 **/ + Integer NO = 0; + + /** 成功 **/ + String SUCCESS = "success"; + + /** 失败 **/ + String FAILURE = "failure"; + + /** 已失败 **/ + //String FAILED = "failed"; + + /** 正常 **/ + String NORMAL = "normal"; + + /** 超差 **/ + String EXCEEDS_TOLERANCE = "exceeds_tolerance"; + + /** 隔离 **/ + String ISOLATION = "isolation"; + + /** 进行中 **/ + String IN_PROGRESS = "in_progress"; + + /** 已保存 **/ + String SAVED = "saved"; + + /** 提交 **/ + //String SUBMIT = "submit"; + + /** 已提交 **/ + String SUBMITTED = "submitted"; + + /** 未开始 **/ + String NOT_START = "not_start"; + + /** 审核中 **/ + String RUNNING = "running"; + + /** 待处理 **/ + String PENDING = "pending"; + + /** 退回 **/ + String RETURN = "return"; + + /** 已退回 **/ + String RETURNED = "returned"; + + /** 同意 **/ + String APPROVE = "approve"; + + /** 已同意 **/ + String APPROVED = "approved"; + + /** 驳回 **/ + String REJECT = "reject"; + + /** 已驳回 **/ + String REJECTED = "rejected"; + + /** 作废 **/ + String VOID = "void"; + + /** 已完成 **/ + String COMPLETED = "completed"; + + /** 分配任务 **/ + String TASK_ASSIGN = "task_assign"; + + /** 领取任务 **/ + String TASK_CLAIM = "task_claim"; + + /** 固定字段 **/ + String FIELD_FIXED = "field_fixed"; + + /** 动态字段 **/ + String FIELD_DYNAMIC = "field_dynamic"; + + /** 计算字段 **/ + String FIELD_CALCULATED = "field_calculated"; + + /** 委托登记 **/ + String ENTRUST_REGISTRATION = "entrust_registration"; + + /** 检验委托 **/ + String ENTRUST_INSPECTION = "entrust_inspection"; + + /** 中心收样 **/ + String FLOW_NODE_CENTER_RECEIVE = "flw_zx_receive"; + + /** 中心送样 **/ + String FLOW_NODE_CENTER_SEND = "flw_zx_send"; + + /** 班组收样 **/ + String FLOW_NODE_TEAM_RECEIVE = "flw_bz_receive"; + + /** 样品编密 **/ + String FlOW_NODE_SAMPLE_ENCRYPT = "flw_ypbm"; + + /** 分析收样 **/ + String FLOW_NODE_ANALYSIS_RECEIVE = "flw_fx_receive"; + + /** 分析送样 **/ + String FLOW_NODE_ANALYSIS_SEND = "flw_fx_send"; + + /** 班组送样 **/ + String FLOW_NODE_TEAM_SEND = "flw_bz_send"; +} From f9740ed667969012876cf4a3fdafc5a7df49092f Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 21 Oct 2025 11:34:43 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20qms=20=E7=9A=84?= =?UTF-8?q?=E5=86=B2=E7=AA=81=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 1d8a9b2..f943a27 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -68,4 +68,4 @@ spec: - protocol: TCP port: 9999 targetPort: 9999 - nodePort: 30200 + nodePort: 30194 From 11cb3426d4751deaaa2e4ee2022aafe1e04aa823 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 21 Oct 2025 15:34:23 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20qms=20=E7=9A=84?= =?UTF-8?q?=E5=86=B2=E7=AA=81=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index f943a27..4932df2 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -61,11 +61,13 @@ spec: selector: app: qms-server ports: - - protocol: TCP + - name: http-health + protocol: TCP port: 48104 targetPort: 48104 nodePort: 30100 - - protocol: TCP + - name: tcp-9999 + protocol: TCP port: 9999 targetPort: 9999 nodePort: 30194 From 5b32ff274ffd278a048d2097f28ef204e2f0a1a9 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 22 Oct 2025 16:06:27 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qms-server/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qms-server/src/main/resources/application.yml b/qms-server/src/main/resources/application.yml index e9f70de..6a4ab2a 100644 --- a/qms-server/src/main/resources/application.yml +++ b/qms-server/src/main/resources/application.yml @@ -114,8 +114,8 @@ zt: - ${spring.boot.admin.context-path}/** # 不处理 Spring Boot Admin 的请求 - ${management.endpoints.web.base-path}/** # 不处理 Actuator 的请求 swagger: - title: 管理后台 - description: 提供管理员管理的所有功能 + title: Qms 模块 + description: 提供 Qms 管理的所有功能 version: ${zt.info.version} tenant: # 多租户相关配置项 enable: true From b629e0358a3eb50f7bff0e3e153ab50e293fd75b Mon Sep 17 00:00:00 2001 From: chenbowen Date: Mon, 27 Oct 2025 11:41:18 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=9A=84=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index 4932df2..ac8f459 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -23,6 +23,9 @@ spec: containers: - name: qms-server image: 172.16.46.66:10043/yudao/qms-server:VERSION_PLACEHOLDER + env: + - name: TZ + value: Asia/Shanghai readinessProbe: httpGet: path: /actuator/health From 1dc0671cf0ba3e2b7bc8ca05645498d53b8bf66b Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 28 Oct 2025 14:10:51 +0800 Subject: [PATCH 07/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2f7e45..8a26879 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 3.0.42 + 3.0.43 17 ${java.version} From b0c4a773af7fff7d43952ef2e03a5eae7bd0665f Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 29 Oct 2025 18:23:27 +0800 Subject: [PATCH 08/11] =?UTF-8?q?ZT=20=E8=BF=9C=E7=A8=8B=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BC=BA=E5=88=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8a26879..5cd035b 100644 --- a/pom.xml +++ b/pom.xml @@ -144,9 +144,14 @@ ZT 中铜 ZStack 私服 http://172.16.46.63:30708/repository/test/ - - - + + always + warn + + + true + always + From 498dd4cd8df3f26a113b7d06e0a37b77b6ce035a Mon Sep 17 00:00:00 2001 From: chenbowen Date: Thu, 6 Nov 2025 09:23:42 +0800 Subject: [PATCH 09/11] =?UTF-8?q?1.=20=E4=BF=AE=E5=A4=8D=20base=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=202.=20build=20=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=20skywalking=20=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qms-server/Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qms-server/Dockerfile b/qms-server/Dockerfile index 55b4344..305e1bb 100644 --- a/qms-server/Dockerfile +++ b/qms-server/Dockerfile @@ -1,4 +1,5 @@ -FROM 172.16.46.66:10043/base-service/report-base:x86_64-ubuntu_22-jre21-2.0.0 +ARG BASE_IMAGE=172.16.46.66:10043/base-service/skywalking-agent-jre:9.7.0 +FROM ${BASE_IMAGE} RUN mkdir -p /appdata/server WORKDIR /appdata/server ## 将后端项目的 Jar 文件,复制到镜像中 @@ -6,9 +7,14 @@ COPY ./target/qms-server.jar app.jar ## 设置 TZ 时区 ENV TZ=Asia/Shanghai +ENV JAVA_OPTS="-Xms512m -Xmx512m" +ENV SW_AGENT_HOME=/opt/skywalking/agent +ENV SW_AGENT_NAME=qms-server +ENV SW_AGENT_COLLECTOR_BACKEND_SERVICES=172.16.46.63:30201 +ENV AGENT_JAVA_OPTS="-javaagent:${SW_AGENT_HOME}/skywalking-agent.jar -Dskywalking.agent.service_name=${SW_AGENT_NAME} -Dskywalking.collector.backend_service=${SW_AGENT_COLLECTOR_BACKEND_SERVICES}" # 暴露端口 EXPOSE 48205 ## 启动后端项目 -ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"] +CMD java ${AGENT_JAVA_OPTS} ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar app.jar From 4897329644a879a65c161fa821485b8f7e611e6d Mon Sep 17 00:00:00 2001 From: chenbowen Date: Thu, 6 Nov 2025 13:41:56 +0800 Subject: [PATCH 10/11] =?UTF-8?q?1.=20=E6=96=B0=E5=A2=9E=E7=89=A9=E6=96=99?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3=202.=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=9C=8D=E5=8A=A1=E5=9B=A0=E4=B8=BA=E5=8C=85?= =?UTF-8?q?=E5=90=8D=E8=AE=BE=E7=BD=AE=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=87=87=E9=9B=86=E6=97=A5=E5=BF=97=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zt-module-qms/zt-module-qms-server/src/main/resources/logback-spring.xml b/zt-module-qms/zt-module-qms-server/src/main/resources/logback-spring.xml index e6801ea..0e55141 100644 --- a/zt-module-qms/zt-module-qms-server/src/main/resources/logback-spring.xml +++ b/zt-module-qms/zt-module-qms-server/src/main/resources/logback-spring.xml @@ -1,8 +1,8 @@ - - + + From 3e40ed2e6188a9a200992c1a667425d23fe6c363 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Thu, 6 Nov 2025 14:04:30 +0800 Subject: [PATCH 11/11] =?UTF-8?q?1.=20=E8=B0=83=E6=95=B4=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=20pod=20=E8=B5=84=E6=BA=90=E6=A3=80=E6=9F=A5=E7=9A=84=E5=BB=B6?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index ac8f459..23525ed 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -30,14 +30,14 @@ spec: httpGet: path: /actuator/health port: 48104 - initialDelaySeconds: 10 + initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health port: 48104 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 resources: