1. zt-module-report 不在进行部署

This commit is contained in:
chenbowen
2025-11-13 09:14:50 +08:00
parent bd56cb0405
commit 9c99750dd8

View File

@@ -280,76 +280,76 @@ spec:
# nodePort: 30093
---
# zt-module-report
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-d6a0e78ebd674c279614498e4c57b133
name: zt-module-report
labels:
app: zt-module-report
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
spec:
replicas: 1
selector:
matchLabels:
app: zt-module-report
template:
metadata:
labels:
app: zt-module-report
spec:
containers:
- name: zt-module-report
image: 172.16.46.66:10043/zt/zt-module-report:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
value: Asia/Shanghai
readinessProbe:
httpGet:
path: /actuator/health
port: 48084
initialDelaySeconds: 50
periodSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
path: /actuator/health
port: 48084
initialDelaySeconds: 50
periodSeconds: 10
failureThreshold: 5
resources:
requests:
cpu: "500m"
memory: "1024Mi"
limits:
cpu: "2048m"
memory: "2048Mi"
terminationGracePeriodSeconds: 30
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
---
apiVersion: v1
kind: Service
metadata:
namespace: ns-d6a0e78ebd674c279614498e4c57b133
name: zt-module-report
spec:
type: NodePort
selector:
app: zt-module-report
ports:
- protocol: TCP
port: 48084
targetPort: 48084
nodePort: 30094
#apiVersion: apps/v1
#kind: Deployment
#metadata:
# namespace: ns-d6a0e78ebd674c279614498e4c57b133
# name: zt-module-report
# labels:
# app: zt-module-report
# annotations:
# version: "VERSION_PLACEHOLDER"
# description: DESC_PLACEHOLDER
# rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
#spec:
# replicas: 1
# selector:
# matchLabels:
# app: zt-module-report
# template:
# metadata:
# labels:
# app: zt-module-report
# spec:
# containers:
# - name: zt-module-report
# image: 172.16.46.66:10043/zt/zt-module-report:VERSION_PLACEHOLDER
# imagePullPolicy: Always
# env:
# - name: TZ
# value: Asia/Shanghai
# readinessProbe:
# httpGet:
# path: /actuator/health
# port: 48084
# initialDelaySeconds: 50
# periodSeconds: 5
# failureThreshold: 3
# livenessProbe:
# httpGet:
# path: /actuator/health
# port: 48084
# initialDelaySeconds: 50
# periodSeconds: 10
# failureThreshold: 5
# resources:
# requests:
# cpu: "500m"
# memory: "1024Mi"
# limits:
# cpu: "2048m"
# memory: "2048Mi"
# terminationGracePeriodSeconds: 30
# strategy:
# type: RollingUpdate
# rollingUpdate:
# maxSurge: 1
# maxUnavailable: 0
#---
#apiVersion: v1
#kind: Service
#metadata:
# namespace: ns-d6a0e78ebd674c279614498e4c57b133
# name: zt-module-report
#spec:
# type: NodePort
# selector:
# app: zt-module-report
# ports:
# - protocol: TCP
# port: 48084
# targetPort: 48084
# nodePort: 30094
---
# zt-module-databus
apiVersion: apps/v1