Merge branch 'refs/heads/zt-test' into test

This commit is contained in:
FCL
2026-01-29 10:21:05 +08:00
3 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
namespace: ns-d6a0e78ebd674c279614498e4c57b133 namespace: ns-766b45fbd7464ccb86d5fd046054cf0a
name: zt-module-bpm name: zt-module-bpm
labels: labels:
app: zt-module-bpm app: zt-module-bpm
@@ -22,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: zt-module-bpm - name: zt-module-bpm
image: 172.16.46.66:10043/zt/dsc-bpm:VERSION_PLACEHOLDER image: 172.17.19.16:10043/zt-jygk/dsc-bpm:VERSION_PLACEHOLDER
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
@@ -65,7 +65,7 @@ spec:
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
namespace: ns-d6a0e78ebd674c279614498e4c57b133 namespace: ns-766b45fbd7464ccb86d5fd046054cf0a
name: zt-module-bpm name: zt-module-bpm
spec: spec:
type: NodePort type: NodePort

14
pom.xml
View File

@@ -194,7 +194,7 @@
<repository> <repository>
<id>ZT</id> <id>ZT</id>
<name>中铜 ZStack 私服</name> <name>中铜 ZStack 私服</name>
<url>http://172.16.46.63:30708/repository/zt-cloud/</url> <url>http://172.16.46.63:30708/repository/prod/</url>
<releases> <releases>
<updatePolicy>always</updatePolicy> <updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy> <checksumPolicy>warn</checksumPolicy>
@@ -210,13 +210,13 @@
<repository> <repository>
<id>ZT</id> <id>ZT</id>
<name>中铜 ZStack 私服</name> <name>中铜 ZStack 私服</name>
<url>http://172.16.46.63:30708/repository/test/</url> <url>http://172.16.46.63:30708/repository/prod/</url>
</repository> </repository>
<snapshotRepository> <!-- <snapshotRepository>-->
<id>ZT-snap</id> <!-- <id>ZT</id>-->
<name>中铜 ZStack 私服</name> <!-- <name>中铜 ZStack 私服</name>-->
<url>http://172.16.46.63:30708/repository/test-snap/</url> <!-- <url>https://your-nexus.example.com/repository/maven-snapshots/</url>-->
</snapshotRepository> <!-- </snapshotRepository>-->
</distributionManagement> </distributionManagement>
<profiles> <profiles>

View File

@@ -1,6 +1,6 @@
## AdoptOpenJDK 停止发布 OpenJDK 二进制,而 Eclipse Temurin 是它的延伸,提供更好的稳定性 ## AdoptOpenJDK 停止发布 OpenJDK 二进制,而 Eclipse Temurin 是它的延伸,提供更好的稳定性
FROM 172.16.46.66:10043/base-service/eclipse-temurin:21-jre FROM 172.17.19.16:10043/zt-cloud-base-service/eclipse-temurin:21-jre
## 创建目录,并使用它作为工作目录 ## 创建目录,并使用它作为工作目录
RUN mkdir -p /zt-module-bpm-server RUN mkdir -p /zt-module-bpm-server