From 146f59c091fbfe5f50cbe99cf38f020eb1a40c11 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Sat, 27 Dec 2025 13:16:10 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"1.=20=E4=B8=B4=E6=97=B6=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E9=9B=86=E7=BE=A4=E9=85=8D=E5=90=88=E6=B5=8B=E8=AF=95?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 39034b257e3bb8c6f7a87b727332e9663b0e381c. --- base-server/Dockerfile | 2 +- deployment.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base-server/Dockerfile b/base-server/Dockerfile index a6019162..0d8509ca 100644 --- a/base-server/Dockerfile +++ b/base-server/Dockerfile @@ -1,4 +1,4 @@ -FROM 172.17.19.16:10043/zt-cloud-base-service/eclipse-temurin:21-jre +FROM 172.16.46.66:10043/base-service/eclipse-temurin:21-jre # 设置应用目录 WORKDIR /app diff --git a/deployment.yaml b/deployment.yaml index b5573378..dad4a1de 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - namespace: ns-766b45fbd7464ccb86d5fd046054cf0a + namespace: ns-f16a3067ca7b434aad127d15eac82503 name: base-server labels: app: base-server @@ -22,7 +22,7 @@ spec: spec: containers: - name: base-server - image: 172.17.19.16:10043/zt-jygk/base-server:VERSION_PLACEHOLDER + image: 172.16.46.66:10043/yudao/base-server:VERSION_PLACEHOLDER env: - name: TZ value: Asia/Shanghai @@ -30,14 +30,14 @@ spec: httpGet: path: /actuator/health port: 48100 - initialDelaySeconds: 100 + initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health port: 48100 - initialDelaySeconds: 100 + initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 resources: @@ -57,7 +57,7 @@ spec: apiVersion: v1 kind: Service metadata: - namespace: ns-766b45fbd7464ccb86d5fd046054cf0a + namespace: ns-f16a3067ca7b434aad127d15eac82503 name: base-server spec: type: NodePort