Commit bed8ca67 authored by 智勇's avatar 智勇

健康检查时间

parent 3a124e2c
...@@ -119,7 +119,7 @@ projectConfig['urge-dispatcher'] = projectConfig.clotho = { ...@@ -119,7 +119,7 @@ projectConfig['urge-dispatcher'] = projectConfig.clotho = {
}, },
} }
projectConfig['xyqb-user2'] = projectConfig.xyqb = { projectConfig['xyqb-mall'] = projectConfig['xyqb-user2'] = projectConfig.xyqb = {
memory: { memory: {
request: 800, request: 800,
limit: 1024, limit: 1024,
......
...@@ -64,11 +64,11 @@ spec: ...@@ -64,11 +64,11 @@ spec:
exec: exec:
command: command:
- /home/quant_group/readyCheck.sh - /home/quant_group/readyCheck.sh
initialDelaySeconds: 60 initialDelaySeconds: 30
timeoutSeconds: 2 timeoutSeconds: 2
periodSeconds: 5 periodSeconds: 5
successThreshold: 1 successThreshold: 1
failureThreshold: 20 failureThreshold: 30
restartPolicy: Always restartPolicy: Always
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
imagePullSecrets: imagePullSecrets:
......
...@@ -81,7 +81,7 @@ metadata: ...@@ -81,7 +81,7 @@ metadata:
spec: spec:
type: NodePort type: NodePort
# 保留客户端源 IP 地址, 方便调试连接 # 保留客户端源 IP 地址, 方便调试连接
externalTrafficPolicy: Local # externalTrafficPolicy: Local
ports: ports:
- name: tcp-5672-5672 - name: tcp-5672-5672
port: 5672 port: 5672
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment