测试 push 自动发布

This commit is contained in:
陈博文
2025-06-13 15:35:59 +08:00
parent a91120a6bc
commit 9a770b1fc4

View File

@@ -6,6 +6,10 @@ metadata:
name: yudao-module-infra name: yudao-module-infra
labels: labels:
app: yudao-module-infra app: yudao-module-infra
annotations:
version: VERSION_PLACEHOLDER
description: DESC_PLACEHOLDER
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -17,26 +21,26 @@ spec:
app: yudao-module-infra app: yudao-module-infra
spec: spec:
containers: containers:
- name: yudao-module-infra - name: yudao-module-infra
image: 172.16.46.66:10043/yudao/yudao-module-infra:20250613031406 image: 172.16.46.66:10043/yudao/yudao-module-infra:20250613031406
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48082 port: 48082
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48082 port: 48082
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
strategy: strategy:
type: RollingUpdate type: RollingUpdate
@@ -54,9 +58,9 @@ spec:
selector: selector:
app: yudao-module-infra app: yudao-module-infra
ports: ports:
- protocol: TCP - protocol: TCP
port: 48082 port: 48082
targetPort: 48082 targetPort: 48082
--- ---
# yudao-module-system # yudao-module-system
apiVersion: apps/v1 apiVersion: apps/v1
@@ -66,6 +70,10 @@ metadata:
name: yudao-module-system name: yudao-module-system
labels: labels:
app: yudao-module-system app: yudao-module-system
annotations:
version: VERSION_PLACEHOLDER
description: DESC_PLACEHOLDER
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -77,26 +85,26 @@ spec:
app: yudao-module-system app: yudao-module-system
spec: spec:
containers: containers:
- name: yudao-module-system - name: yudao-module-system
image: 172.16.46.66:10043/yudao/yudao-module-system:20250613031406 image: 172.16.46.66:10043/yudao/yudao-module-system:20250613031406
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48081 port: 48081
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48081 port: 48081
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
strategy: strategy:
type: RollingUpdate type: RollingUpdate
@@ -114,9 +122,9 @@ spec:
selector: selector:
app: yudao-module-system app: yudao-module-system
ports: ports:
- protocol: TCP - protocol: TCP
port: 48081 port: 48081
targetPort: 48081 targetPort: 48081
--- ---
# yudao-module-bpm # yudao-module-bpm
apiVersion: apps/v1 apiVersion: apps/v1
@@ -126,6 +134,10 @@ metadata:
name: yudao-module-bpm name: yudao-module-bpm
labels: labels:
app: yudao-module-bpm app: yudao-module-bpm
annotations:
version: VERSION_PLACEHOLDER
description: DESC_PLACEHOLDER
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -137,26 +149,26 @@ spec:
app: yudao-module-bpm app: yudao-module-bpm
spec: spec:
containers: containers:
- name: yudao-module-bpm - name: yudao-module-bpm
image: 172.16.46.66:10043/yudao/yudao-module-bpm:20250613031406 image: 172.16.46.66:10043/yudao/yudao-module-bpm:20250613031406
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48083 port: 48083
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48083 port: 48083
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
strategy: strategy:
type: RollingUpdate type: RollingUpdate
@@ -174,9 +186,9 @@ spec:
selector: selector:
app: yudao-module-bpm app: yudao-module-bpm
ports: ports:
- protocol: TCP - protocol: TCP
port: 48083 port: 48083
targetPort: 48083 targetPort: 48083
--- ---
# yudao-module-report # yudao-module-report
apiVersion: apps/v1 apiVersion: apps/v1
@@ -186,6 +198,10 @@ metadata:
name: yudao-module-report name: yudao-module-report
labels: labels:
app: yudao-module-report app: yudao-module-report
annotations:
version: VERSION_PLACEHOLDER
description: DESC_PLACEHOLDER
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -197,26 +213,26 @@ spec:
app: yudao-module-report app: yudao-module-report
spec: spec:
containers: containers:
- name: yudao-module-report - name: yudao-module-report
image: 172.16.46.66:10043/yudao/yudao-module-report:20250613031406 image: 172.16.46.66:10043/yudao/yudao-module-report:20250613031406
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Asia/Shanghai value: Asia/Shanghai
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48084 port: 48084
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48084 port: 48084
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
strategy: strategy:
type: RollingUpdate type: RollingUpdate
@@ -234,6 +250,6 @@ spec:
selector: selector:
app: yudao-module-report app: yudao-module-report
ports: ports:
- protocol: TCP - protocol: TCP
port: 48084 port: 48084
targetPort: 48084 targetPort: 48084