提交 fa785712 authored 作者: wufeng's avatar wufeng

registry.cn-beijing.aliyuncs.com/hede/insurcrm:uat-22-20220903

上级 4dcd93a6
...@@ -148,7 +148,7 @@ spec: ...@@ -148,7 +148,7 @@ spec:
- name: insurcrm - name: insurcrm
securityContext: securityContext:
{} {}
image: "registry-vpc.cn-beijing.aliyuncs.com/hede/insurcrm:uat-21-20220903" image: "registry-vpc.cn-beijing.aliyuncs.com/hede/insurcrm:uat-22-20220903"
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: APPNAME - name: APPNAME
...@@ -185,6 +185,24 @@ spec: ...@@ -185,6 +185,24 @@ spec:
fieldRef: {fieldPath: spec.serviceAccountName} fieldRef: {fieldPath: spec.serviceAccountName}
envFrom: envFrom:
- configMapRef: {name: env-config} - configMapRef: {name: env-config}
livenessProbe:
failureThreshold: 3
httpGet:
path: /heartBest
port: http
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
failureThreshold: 3
httpGet:
path: /heartBest
port: http
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论